Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned repositories
1,997 contributions in the last year
Activity overview
Contributed to
lucas-clemente/quic-go,
quicwg/base-drafts,
marten-seemann/qtls
and 5 other
repositories

Contribution activity
February 2019
Created a pull request in quicwg/base-drafts that received 3 comments
update the pseudo code to include packet number spaces
This is an ongoing attempt to resolve #2405. In the current state this PR is nowhere near complete, but I hope it gets the discussion going about t…
+139
−118
•
3
comments
- handle Retries in the session
- implement sending of post-handshake crypto messages
- remove the error return value when receiving TLS extensions
- use the standard library TLS modification, modified for QUIC
- set the default value for the ack_delay_exponent, if it is not sent
- don't run the version negotiation tests with race detector
- use separate packet number spaces for sending packets
- remove some unneccessary type conversions
Created an issue in quicwg/base-drafts that received 6 comments
loss recovery of crypto packets is less aggressive, not more aggressive
We claim that Data in CRYPTO frames is critical to QUIC transport and crypto negotiation, so a more aggressive timeout is used to retransmit it. A…
6
comments