uquic/internal/utils
2018-02-23 22:42:32 +08:00
..
_gen.go make utils an internal package 2017-06-09 22:28:40 +02:00
atomic_bool.go make utils an internal package 2017-06-09 22:28:40 +02:00
atomic_bool_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
byteinterval_linkedlist.go make utils an internal package 2017-06-09 22:28:40 +02:00
byteoder_big_endian_test.go implement an utils.BigEndian 2017-08-23 15:57:35 +07:00
byteorder.go remove unused utils.GetByteOrder 2017-12-08 11:33:40 +07:00
byteorder_big_endian.go implement an utils.BigEndian 2017-08-23 15:57:35 +07:00
byteorder_little_endian.go panic if the value for WriteUint48, WriteUint40, WriteUint24 is too big 2017-08-23 15:57:35 +07:00
byteorder_little_endian_test.go panic if the value for WriteUint48, WriteUint40, WriteUint24 is too big 2017-08-23 15:57:35 +07:00
connection_id.go make the protocol package internal 2017-08-30 00:19:44 +07:00
connection_id_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
float16.go introduce an utils.LittleEndian 2017-08-23 15:57:35 +07:00
float16_test.go implement an utils.BigEndian 2017-08-23 15:57:35 +07:00
host.go make utils an internal package 2017-06-09 22:28:40 +02:00
host_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
log.go accept lower case log levels for the QUIC_GO_LOG_LEVEL flag 2017-09-28 15:12:21 +07:00
log_test.go accept lower case log levels for the QUIC_GO_LOG_LEVEL flag 2017-09-28 15:12:21 +07:00
minmax.go send multiple packets at once, if the pacing delay is very small 2018-01-23 09:13:44 +11:00
minmax_test.go send multiple packets at once, if the pacing delay is very small 2018-01-23 09:13:44 +11:00
packet_interval.go make the protocol package internal 2017-08-30 00:19:44 +07:00
packetinterval_linkedlist.go make utils an internal package 2017-06-09 22:28:40 +02:00
streamframe_interval.go make the protocol package internal 2017-08-30 00:19:44 +07:00
timer.go run gosimple in gometalinter 2018-02-23 22:42:32 +08:00
timer_test.go fire the timer twice, if reset to the same deadline 2018-01-21 14:10:15 +11:00
utils_suite_test.go make utils an internal package 2017-06-09 22:28:40 +02:00
varint.go implement the new variable integer length encoding 2017-12-08 09:18:54 +07:00
varint_test.go implement the new variable integer length encoding 2017-12-08 09:18:54 +07:00