syncthing/internal/discover
Jakob Borg 2a886576a6 Fix announce timers on Solaris (and others, given the right timing) (...)
In the successfull case, we start the timer with NewTimer(0), then do a
bunch of stuff during which time it can fire, then reset it with
Reset(0). The result is that two timer firings are queued when we enter
the select loop, so we do two announcements back to back and fail the
tests.
2014-12-03 08:36:45 +01:00
..
client.go Change to URL based announce server addresses (fixes #943) 2014-12-01 10:30:25 +00:00
client_test.go Add tests for new discovery 2014-12-01 10:30:25 +00:00
client_udp.go Fix announce timers on Solaris (and others, given the right timing) (...) 2014-12-03 08:36:45 +01:00
debug.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
discover.go Change to URL based announce server addresses (fixes #943) 2014-12-01 10:30:25 +00:00
discover_test.go Add tests for new discovery 2014-12-01 10:30:25 +00:00
doc.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
packets.go Use more inclusive copyright header 2014-11-17 12:54:42 +01:00
packets_xdr.go Update xdr; handle marshalling errors 2014-10-21 09:20:14 +02:00