syncthing/lib/connections
Simon Frei 24ffd8be99 all: Send Close BEP msg on intentional disconnect (#5440)
This avoids waiting until next ping and timeout until the connection is actually
closed both by notifying the peer of the disconnect and by immediately closing
the local end of the connection after that. As a nice side effect, info level
logging about dropped connections now have the actual reason in it, not a generic
timeout error which looks like a real problem with the connection.
2019-01-09 17:31:09 +01:00
..
config.go Remove KCP (fixes #4737) (#4741) 2018-02-09 11:40:57 +01:00
connections_test.go Remove KCP (fixes #4737) (#4741) 2018-02-09 11:40:57 +01:00
debug.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
deprecated.go Remove KCP (fixes #4737) (#4741) 2018-02-09 11:40:57 +01:00
lan_test.go lib/connections: Actually fix LAN detection, for real (ref #4534) 2017-11-22 09:01:21 +01:00
limiter.go lib/connections: Don't info log about LAN if there are no rate limits (#5242) 2018-10-05 08:22:47 +02:00
limiter_test.go lib/connections, lib/config: Bandwidth throttling per remote device (fixes #4516) (#4603) 2018-03-26 12:01:59 +02:00
relay_dial.go Remove KCP (fixes #4737) (#4741) 2018-02-09 11:40:57 +01:00
relay_listen.go Remove KCP (fixes #4737) (#4741) 2018-02-09 11:40:57 +01:00
service.go lib/connections: Don't panic on removed device (fixes #5299) (#5300) 2018-10-30 10:34:19 +01:00
structs.go all: Send Close BEP msg on intentional disconnect (#5440) 2019-01-09 17:31:09 +01:00
tcp_dial.go Remove KCP (fixes #4737) (#4741) 2018-02-09 11:40:57 +01:00
tcp_listen.go lib/connections: Don't spin on accept failures (fixes #5025) (#5036) 2018-06-27 08:24:30 +02:00
util.go lib/connections: Add KCP support (fixes #804) 2017-03-07 12:44:16 +00:00