uquic/internal/utils
Glonee f1f42d8d90
use a ring buffer in the framer (#3857)
* implement and use ringbuffer in framer

* Add comments for ring buffer

Co-authored-by: Marten Seemann <martenseemann@gmail.com>

---------

Co-authored-by: Marten Seemann <martenseemann@gmail.com>
2023-06-01 11:53:37 -07:00
..
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 in the framer (#3857) 2023-06-01 11:53:37 -07: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 implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
minmax_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04: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 rttstats: don't set initial RTT after having obtained a measurement (#3852) 2023-05-28 15:09:25 +03: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