.. |
linkedlist
|
use a sync.Pool to reduce allocation of linked list elements
|
2022-12-30 19:24:56 +13:00 |
ringbuffer
|
use a ring buffer for the datagram queue (#4223)
|
2023-12-31 20:50:26 -08:00 |
buffered_write_closer.go
|
make the buffered qlog writer used in interop flush before closing
|
2020-03-19 12:58:56 +07:00 |
buffered_write_closer_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
byteoder_big_endian_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
byteorder.go
|
extend ByteOrder interface to allow converting from a byte slice
|
2022-08-29 13:11:58 +03:00 |
byteorder_big_endian.go
|
extend ByteOrder interface to allow converting from a byte slice
|
2022-08-29 13:11:58 +03:00 |
ip.go
|
introduce a function to distinguish between IPv4 and IPv6 addresses
|
2020-09-14 17:01:34 +07:00 |
ip_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
log.go
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
log_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
minmax.go
|
ackhandler: don't delay ACKs for Initial and Handshake packets (#4288)
|
2024-01-31 19:13:53 -08:00 |
minmax_test.go
|
ackhandler: don't delay ACKs for Initial and Handshake packets (#4288)
|
2024-01-31 19:13:53 -08:00 |
rand.go
|
move the random number generator to the utils package
|
2021-02-18 09:58:34 +08:00 |
rand_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
rtt_stats.go
|
utils: switch to standard library min and max functions (#4218)
|
2023-12-27 21:19:13 -08:00 |
rtt_stats_test.go
|
rttstats: don't set initial RTT after having obtained a measurement (#3852)
|
2023-05-28 15:09:25 +03:00 |
timer.go
|
use a monotonous timer for the connection (#3570)
|
2022-10-11 05:36:10 -07:00 |
timer_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |
utils_suite_test.go
|
migrate to Ginkgo v2
|
2022-10-11 16:38:44 +04:00 |