- May 03, 2020
-
-
Tatsuhiro Tsujikawa authored
-
- May 01, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix integer wraparound on 32-bit machines
-
Tatsuhiro Tsujikawa authored
Remove unused errno.h include from ngtcp2_log
-
- Apr 30, 2020
-
-
Amir Livneh authored
This causes conn_get_earliest_pktns() to falsely report a nonzero loss time, resulting in spurious retransmissions.
-
- Apr 29, 2020
-
-
Daniel Bevenius authored
Commit 0999d327 ("Pass user-defined printf function rather than passing file descriptor") removed the usage of errno so it does not need to be included.
-
Tatsuhiro Tsujikawa authored
Remove unused string.h include from examplestest
-
Tatsuhiro Tsujikawa authored
Remove ngtcp2_conn_get_bytes_in_flight. Use ngtcp2_conn_get_conn_stat instead.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix assertion failure which occurs when CWND is filled up with Handshake probe packet and Short packet in the first call of ngtcp2_conn_writev_stream with NGTCP2_WRITE_STREAM_FLAG_MORE flag set. The next ngtcp2_conn_writev_stream gets assertion failure.
-
- Apr 28, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Daniel Bevenius authored
-
- Apr 26, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Apr 25, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix format specifiers and missing argument passed to log_printf()
-
Tatsuhiro Tsujikawa authored
Fix format specifier in log_fr_connection_close()
-
Amir Livneh authored
-
Amir Livneh authored
ngtcp2_connection_close.reason_len is size_t, which is not necessarily 64-bit.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Apr 24, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Remove transport parameter redundancy check because it causes now segmentation fault. The parameter type is now encoded in varint which does not fit into 16 bits integer anymore.
-
- Apr 23, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Apr 21, 2020
-
-
Tatsuhiro Tsujikawa authored
Simplify remove_tx_stream_data()
-
- Apr 20, 2020
-
-
Amir Livneh authored
The return value from this function is not used.
-
- Apr 19, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This prioritizes Handshake probe packet over Short probe if both data are outstanding. This is a deviation from draft-27 recovery draft.
-
Tatsuhiro Tsujikawa authored
This prevents Handshake probe packet from being sent even if Handshake packet number space has no outstanding data to send. This is a deviation from draft-27 recovery draft.
-
Tatsuhiro Tsujikawa authored
This reverts commit f738004f.
-
- Apr 18, 2020
-
-
Tatsuhiro Tsujikawa authored
This prevents Handshake probe packet from being sent even if Handshake packet number space has no outstanding data to send. This is a deviation from draft-27 recovery draft.
-
Tatsuhiro Tsujikawa authored
Fix coalesced 0-RTT ACK packet with short header packet
-
- Apr 16, 2020
-
-
junqiw authored
-