forked from quic-go/quic-go
By passing the packet receive time to the receivedPacketHandler we can get rid of two time.Now() syscalls.
11 KiB
11 KiB
By passing the packet receive time to the receivedPacketHandler we can get rid of two time.Now() syscalls.