uquic/congestion
2017-10-03 13:56:47 -07:00
..
bandwidth.go make the protocol package internal 2017-08-30 00:19:44 +07:00
bandwidth_test.go change tests such that they are covered by coverage reports 2016-06-06 23:52:12 +07:00
clock.go move congestion clock to new file and implement default clock 2016-04-28 21:53:47 +02:00
congestion_suite_test.go add cubic implementation ported from chrome 2016-04-23 17:22:27 +02:00
cubic.go make the protocol package internal 2017-08-30 00:19:44 +07:00
cubic_sender.go make the protocol package internal 2017-08-30 00:19:44 +07:00
cubic_sender_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
cubic_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
hybrid_slow_start.go make the protocol package internal 2017-08-30 00:19:44 +07:00
hybrid_slow_start_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
interface.go make the protocol package internal 2017-08-30 00:19:44 +07:00
prr_sender.go make the protocol package internal 2017-08-30 00:19:44 +07:00
prr_sender_test.go make the protocol package internal 2017-08-30 00:19:44 +07:00
rtt_stats.go implement loss detection for handshake packets 2017-10-03 13:56:47 -07:00
rtt_stats_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
stats.go make the protocol package internal 2017-08-30 00:19:44 +07:00