Commit 418db3b5 authored by Simon Matter's avatar Simon Matter Committed by Mike Gabriel

nxcomp/src/Loop.cpp: Reduce control->TokenSize slightly again in order to fix…

nxcomp/src/Loop.cpp: Reduce control->TokenSize slightly again in order to fix fragmentation of packages when on VPN (or otherwise encapsulated) connections.
parent 27c14b4e
...@@ -12937,7 +12937,7 @@ int SetLinkAdsl() ...@@ -12937,7 +12937,7 @@ int SetLinkAdsl()
control -> LinkMode = LINK_TYPE_ADSL; control -> LinkMode = LINK_TYPE_ADSL;
control -> TokenSize = 1536; control -> TokenSize = 1408;
control -> TokenLimit = 24; control -> TokenLimit = 24;
control -> SplitMode = 1; control -> SplitMode = 1;
...@@ -12967,7 +12967,7 @@ int SetLinkWan() ...@@ -12967,7 +12967,7 @@ int SetLinkWan()
control -> LinkMode = LINK_TYPE_WAN; control -> LinkMode = LINK_TYPE_WAN;
control -> TokenSize = 1536; control -> TokenSize = 1408;
control -> TokenLimit = 24; control -> TokenLimit = 24;
control -> SplitMode = 1; control -> SplitMode = 1;
......
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