Add support for TCP_NODELAY

This commit is contained in:
Fierelier 2024-04-23 15:49:12 +02:00
parent f2dde92cc2
commit b5aa3c7fa8
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ Example, HTTP server:
* On the client:
* Run: TUNNEL_ENCRYPT=out TUNNEL_IN_HOST="127.0.0.1" TUNNEL_IN_PORT=82 TUNNEL_OUT_HOST="example.com" TUNNEL_OUT_PORT=81 TUNNEL_ENC_PASS="mypass" ./aes-tunnel
* Connect browser to 127.0.0.1:82
Additional functionality:
* TUNNEL_NODELAY: If set to any value, TCP_NODELAY is enabled