This website requires JavaScript.
Explore
Help
Sign In
gr1ffon
/
quic-go
Watch
1
Star
0
Fork
0
You've already forked quic-go
forked from
quic-go/quic-go
Code
Pull Requests
Activity
Files
0063b1e94580f1bc1a1ff151ae320fc3d0862cad
quic-go
/
internal
/
mocks
History
Marten Seemann
bb48c9b31a
pass the time a packet was received to the short header opener
...
This saves us one time.Now() syscall per received 1-RTT packet.
2019-08-11 13:33:02 +07:00
..
ackhandler
remove unneeded return value of ReceivedPacketHandler.ReceivedPacket()
2019-08-05 06:55:26 +07:00
quic
…
congestion.go
…
connection_flow_controller.go
…
crypto_setup.go
pass the largest acked 1-RTT packet number to the crypto setup
2019-06-27 07:42:19 +08:00
long_header_opener.go
…
mockgen.go
…
short_header_opener.go
pass the time a packet was received to the short header opener
2019-08-11 13:33:02 +07:00
short_header_sealer.go
rename the KeyPhase to KeyPhaseBit
2019-06-30 17:36:09 +07:00
stream_flow_controller.go
…