Skip to content

v0.26.0: Merge: + UDP server: set the correct source IP address

Choose a tag to compare

@ameshkov ameshkov released this 16 Apr 16:08
Close #1490

* Improve fastest-addr algorithm, fix bugs

* commit '89cc019159d94ac23ec16fb6714740a6d54d49ec':
  * minor: rename functions
  fix: πŸ› added logging
  - TestCacheExpirationWithTTLOverride: fix
  * minor
  * fastest-addr: remove ICMP pinger
  * fastest-addr: don't schedule a task for the same IP twice
  - fastest-addr: fix empty response
  fix: πŸ› race condition in ping methods
  fix: πŸ› fail if any command fails
  fix: πŸ› changed tests to not rely on port 80
  fix: πŸ› TestCacheExpirationWithTTLOverride - make it more stable
  refactor: πŸ’‘ fix upstream tests: don't panic on timeout
  add windows and osx to travis
  + UDP server: set the correct source IP address
  * proxy: move UDP server code