- Jul 05, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jul 04, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
ACK frame largest_ack field is always the largest packet number even if the ACK that contains largest_ack has been acknowledged by a remote endpoint.
-
- Jun 29, 2020
-
-
Tatsuhiro Tsujikawa authored
Remove Requires field because it breaks application build which checks TLS library independently.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jun 28, 2020
-
-
Tatsuhiro Tsujikawa authored
-
- Jun 26, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jun 25, 2020
-
-
Tatsuhiro Tsujikawa authored
This commit fixes the assertion failure which happens when acknowledgement of earlier packet increases CRYPTO offset. Previously, the offset is always the first CRYPTO frame offset in the queue (pktns->crypto.tx.frq). But passing this into ngtcp2_pkt_crypto_max_datalen() underestimates the space because acknowledgement might increase offset; it increases the required space to serialize offset.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Remove unused parameter from generate_token_aad()
-
Tatsuhiro Tsujikawa authored
Fix MSVC build
-
Javier Blazquez authored
The ngtcp2_cc.c file was using the __builtint_clzll intrinsic which doesn't exist on MSVC. Added use of the corresponding __lzcnt intrinsics.
-
- Jun 20, 2020
-
-
Amir Livneh authored
-
Tatsuhiro Tsujikawa authored
Fix buffer overflow in conn_on_version_negotiation()
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Amir Livneh authored
-
- Jun 18, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This reverts commit 7c611382.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Don't reset cstat->last_tx_pkt_ts which makes assert(earliest_pktns) fail.
-
Tatsuhiro Tsujikawa authored
Fully initialize ngtcp2_transport_params
-