Tatsuhiro Tsujikawa
|
102d960106
|
nghttpx: Compile without UDP_SEGMENT
|
2021-08-22 23:54:29 +09:00 |
Tatsuhiro Tsujikawa
|
7de71b29a0
|
Update doc
|
2021-08-22 23:54:29 +09:00 |
Tatsuhiro Tsujikawa
|
4eced8a393
|
Build without HTTP/3 support
|
2021-08-22 23:54:29 +09:00 |
Tatsuhiro Tsujikawa
|
f46984d218
|
nghttpx: Enable QUIC 0RTT
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
44663a7e6e
|
nghttpx: Handle backend reset and early response
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
446124f378
|
nghttpx: Process request body
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
c45f2085d5
|
nghttpx: Fix veccnt assertion
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
3abf62b41a
|
nghttpx: Send stateless reset token in TP
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
9b2982510e
|
nghttpx: Send stateless reset
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
48bb1ebe01
|
nghttpx: Add configuration to enable ngtcp2 logging (no cmd-line opt yet)
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
fe4c6e4c56
|
nghttpx: Generate stateless reset secret
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
37bd9ffc48
|
nghttpx: Implement http_reset_stream and http_send_stop_sending
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
b0548b4944
|
nghttpx: Complete HTTP request and response
|
2021-08-21 18:34:08 +09:00 |
Tatsuhiro Tsujikawa
|
12425556c1
|
nghttpx: Extend Downstream stream_id to 64 bits
|
2021-08-21 18:34:07 +09:00 |
Tatsuhiro Tsujikawa
|
3ed2da562b
|
nghttpx: Add HTTP3 skeleton and minor SSL_CTX fix
|
2021-08-21 18:34:07 +09:00 |
Tatsuhiro Tsujikawa
|
354f46d8c5
|
nghttpx: Add QUIC timeouts
|
2021-08-21 18:34:07 +09:00 |
Tatsuhiro Tsujikawa
|
e70f0db83c
|
nghttpx: QUIC handshake now works
|
2021-08-21 18:34:07 +09:00 |
Tatsuhiro Tsujikawa
|
49b8c56fde
|
nghttpx: Use existing QUIC error object
|
2021-08-21 18:34:07 +09:00 |
Tatsuhiro Tsujikawa
|
940fdd5573
|
nghttpx: Read quic packet
|
2021-08-21 18:34:04 +09:00 |
Tatsuhiro Tsujikawa
|
ef53db201e
|
nghttpx: Create QUIC SSL_CTX
We choose an easier route to duplicate SSL_CTX for QUIC.
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
aeb0b0728d
|
nghttpx: Add QUICConnectionHandler and HTTP3Upstream skeleton
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
8b2746abf1
|
nghttpx: Add QUICListener
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
01da060496
|
nghttpx: Create quic server socket
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
20cbd269c4
|
Compile with the latest ngtcp2
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
7c2cd43dfa
|
Compile with the latest ngtcp2 and nghttp3
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
de5feff720
|
Compile with the latest nghttp3
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
7342de837d
|
Compile with the latest ngtcp2
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
aa2c648918
|
Just use h3 ALPN
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
e914b50d16
|
Compile with the latest ngtcp2
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
f79554f918
|
Count outgoing packets
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
213cc9c4b5
|
Enlarge receive buffer
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
05f3b8fa0f
|
Adopt ngtcp2_crypto_recv_crypto_data_cb
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
bc53624133
|
Do not specify max_udp_payload_size for now
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
5944d034da
|
Avoid std::ostringstream
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
df400feb61
|
make clang-format
|
2021-08-21 18:33:39 +09:00 |
Hajime Fujita
|
48e10c57da
|
h2load: Add qlog output support
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
1eb818b64c
|
QUIC UDP GSO
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
0954932091
|
Rewrite docker file
Rewrite docker file so that:
- avoid k8s debian-base
- build h2load as statically as possible
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
e584d9cd2e
|
Measure the number of UDP datagrams sent and received
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
4d140ea6bd
|
Update Dockerfile
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
09a2e50fc2
|
Support both h3 and h3-29 ALPN and their corresponding QUIC versions
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
35d8ef33ef
|
Compile with the latest ngtcp2
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
f1ff2af47a
|
Deal with 0 length HTTP data write case
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
d2d2c31ec7
|
Follow ngtcp2_conn_writev_stream specification change
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
95102c1c6c
|
Compile with the latest ngtcp2
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
fa8c16ae01
|
Compile with the latest ngtcp2 and nghttp3
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
7ca2a8213d
|
h2load: Enable --data for HTTP/3
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
1c8e5046e5
|
Compile with the latest ngtcp2
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
68a5652733
|
Build with draft-32 openssl
|
2021-08-21 18:33:39 +09:00 |
Tatsuhiro Tsujikawa
|
6b4be30c64
|
Cap --window-bits to 26 for QUIC
|
2021-08-21 18:33:39 +09:00 |