Tatsuhiro Tsujikawa
|
255c4905e6
|
Only count STREAM data as bytes_total
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
3dd362af37
|
Use correct type
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
49a182a15f
|
Follow ngtcp2 API update
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
77f1b37284
|
quic draft-24
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
35b6fddbcc
|
Compile with the latest ngtcp2
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
393317c42e
|
Small adjustment of successful HTTP/3 error code
Non-zero successful error code is a bit annoying because ngtcp2 does
not know it. Enforcing successful application error code to 0 is a
lot simpler.
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
18015fe791
|
Simplify write_quic
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
8255881f5d
|
Handle sending just fine
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
9663638f84
|
Avoid setting 0 to repeat field
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
950da80c44
|
Add missing acked_stream_data_offset callback
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
c1183546b6
|
Fix return value
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
a8366a2a60
|
Compile with the latest ngtcp2 and ngtcp2_crypto_openssl
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
bd79adc2f6
|
Remove error handling which does not happen
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
ae05dd0e79
|
Follow ngtcp2 API changes and use libngtcp2_crypto_openssl
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
f8088c8439
|
Handle preferred address
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
2b1d9558df
|
Show ngtcp2 debug log with --verbose
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
25b9ec522a
|
Always call write_quic when timer expires
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
d0cdea3f5d
|
h3-22
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
5ee573e342
|
Handle Retry
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
bbd0a730dc
|
quic: Configure settings with options
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
11fa71c14b
|
h2load: Fix possible deadlock
|
2020-11-29 18:10:05 +09:00 |
Tatsuhiro Tsujikawa
|
fc32ec1b34
|
[WIP] Add QUIC to h2load
|
2020-11-29 18:10:04 +09:00 |