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