"docs/git@developer.sourcefind.cn:change/sglang.git" did not exist on "b0add2da002ab5d4dd8556e0365b0edda3f720f6"
Commit c32f96db authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/nicif: reduce mtu to 1500 for now

This breaks large mtu experiments, but when proxied makes a huge
difference. Should make this a runtime parameter.
parent c4795b22
......@@ -41,10 +41,10 @@
#define H2D_ELEN (9024 + 64)
#define H2D_ENUM 1024
#define D2N_ELEN (9024 + 64)
#define D2N_ELEN (1536 + 64)
#define D2N_ENUM 8192
#define N2D_ELEN (9024 + 64)
#define N2D_ELEN (1536 + 64)
#define N2D_ENUM 8192
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment