syncthing/lib/connections
Jakob Borg 0104e78589
lib/connections: Improve write rate limiting (fixes #5138) (#5996)
This splits large writes into smaller ones when using a rate limit,
making them into a legitimate trickle rather than large bursts with a
long time in between.
2019-09-04 11:12:17 +01:00
..
registry lib/connections: Add QUIC protocol support (fixes #5377) (#5737) 2019-05-29 09:56:40 +02: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 all: Remove global events.Default (ref #4085) (#5886) 2019-08-15 16:29:37 +02:00
limiter.go lib/connections: Improve write rate limiting (fixes #5138) (#5996) 2019-09-04 11:12:17 +01:00
limiter_test.go lib/connections: Improve write rate limiting (fixes #5138) (#5996) 2019-09-04 11:12:17 +01:00
quic_dial.go lib/connections: Upgrade QUIC package, use contexts for timeout (#5972) 2019-08-23 10:15:52 +02:00
quic_listen.go lib/connections: Upgrade QUIC package, use contexts for timeout (#5972) 2019-08-23 10:15:52 +02:00
quic_misc.go lib/connections: Do not leak FDs, fix address copy (fixes #5767) (#5768) 2019-06-09 22:14:00 +01:00
quic_misc_test.go lib/connections: Add QUIC protocol support (fixes #5377) (#5737) 2019-05-29 09:56:40 +02:00
relay_dial.go lib/connections: Add QUIC protocol support (fixes #5377) (#5737) 2019-05-29 09:56:40 +02:00
relay_listen.go lib/connections: Log errors in relay clients (#5917) 2019-08-01 17:37:58 +02:00
service.go all: Remove global events.Default (ref #4085) (#5886) 2019-08-15 16:29:37 +02:00
structs.go lib/connections: Validate device id before assuming success (fixes #5934) (#5935) 2019-08-09 12:31:42 +01:00
tcp_dial.go lib/connections: Validate device id before assuming success (fixes #5934) (#5935) 2019-08-09 12:31:42 +01:00
tcp_listen.go lib: Add util.Service as suture.Service template (fixes #5801) (#5806) 2019-07-09 11:40:30 +02:00
util.go lib/connections: Add KCP support (fixes #804) 2017-03-07 12:44:16 +00:00