mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07:00
05f25e600e
This breaks out some methods from the connection loop to make it simpler to manage and understand. Some slight simplifications to remove the `seen` variable (we can filter `nextDial` based on times are in the future or not, so we don't need to track `seen`) and adding a minimum loop interval (5s) in case some dialer goes haywire and requests a 0s redial interval or such. Otherwise no significant behavioral changes. |
||
---|---|---|
.. | ||
registry | ||
connections_test.go | ||
debug.go | ||
deprecated.go | ||
lan_test.go | ||
limiter_test.go | ||
limiter.go | ||
quic_dial.go | ||
quic_listen.go | ||
quic_misc.go | ||
quic_unsupported.go | ||
relay_dial.go | ||
relay_listen.go | ||
service.go | ||
structs.go | ||
tcp_dial.go | ||
tcp_listen.go | ||
util.go |