Karthik Das
Karthik Das
Server side ``` /tests/ssl_key.pem -v --retry --help usage: http3_server.py [-h] -c CERTIFICATE [--congestion-control-algorithm CONGESTION_CONTROL_ALGORITHM] [--host HOST] [--port PORT] [-k PRIVATE_KEY] [-l SECRETS_LOG] [--max-datagram-size MAX_DATAGRAM_SIZE] [-q QUIC_LOG] [--retry] [-v] [--upload-dir UPLOAD_DIR]...
Client-ip argument
Fix for https://github.com/Tencent/tquic/issues/494
**Describe the bug** tquic_server is using too much memory which is causing oom-killer to be invoked. **To Reproduce** Steps to reproduce the behavior: 1. ```/root/tquic/target/release/tquic_server -c /root/tquic/src/tls/testdata/cert.crt -k /root/tquic/src/tls/testdata/cert.key -r...