uquic/internal/utils
Marten Seemann bea5de0221
Merge pull request #3483 from lucas-clemente/generic-min-max
use generic Min and Max functions
2022-08-12 12:09:30 +04:00
..
linkedlist use a generic linked list (#3487) 2022-08-10 09:50:21 -07:00
atomic_bool.go retransmit the CONNECTION_CLOSE packet when late packets arrive 2018-11-15 16:52:02 +07:00
atomic_bool_test.go retransmit the CONNECTION_CLOSE packet when late packets arrive 2018-11-15 16:52:02 +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 make the buffered qlog writer used in interop flush before closing 2020-03-19 12:58:56 +07:00
byteoder_big_endian_test.go replace WriteUintN and ReadUintN by explicit functions 2019-08-20 15:59:39 +07:00
byteorder.go replace WriteUintN and ReadUintN by explicit functions 2019-08-20 15:59:39 +07:00
byteorder_big_endian.go replace WriteUintN and ReadUintN by explicit functions 2019-08-20 15:59:39 +07:00
ip.go introduce a function to distinguish between IPv4 and IPv6 addresses 2020-09-14 17:01:34 +07:00
ip_test.go introduce a function to distinguish between IPv4 and IPv6 addresses 2020-09-14 17:01:34 +07:00
log.go implement a prefix logger 2018-05-29 20:52:03 +08:00
log_test.go remove some unneccessary type conversions 2019-02-27 19:30:55 +09:00
minmax.go implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
minmax_test.go implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
rand.go move the random number generator to the utils package 2021-02-18 09:58:34 +08:00
rand_test.go improve code coverage of random number generator test (#3358) 2022-03-25 09:37:37 +01:00
rtt_stats.go implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
rtt_stats_test.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00
timer.go stop the timer when the session's run loop returns 2020-05-02 07:53:47 +07:00
timer_test.go stop the timer when the session's run loop returns 2020-05-02 07:53:47 +07:00
utils_suite_test.go run gofumpt, enable the gofumpt linter 2020-10-26 09:33:35 +07:00