jcs
/subtext
/amendments
/147
tcp: Set TCPPassiveOpen tos to low delay, for whatever good it does
jcs made amendment 147 over 2 years ago
--- tcp.c Mon Jun 13 16:00:07 2022
+++ tcp.c Wed Jun 15 14:05:31 2022
@@ -115,7 +115,7 @@ _TCPPassiveOpen(TCPiopb *pb, StreamPtr stream, ip_addr
pb->csParam.open.remotePort = 0;
pb->csParam.open.localHost = 0;
pb->csParam.open.localPort = *localPort;
- pb->csParam.open.tosFlags = 0;
+ pb->csParam.open.tosFlags = 0x1; /* low delay */
pb->csParam.open.precedence = 0;
pb->csParam.open.dontFrag = 0;
pb->csParam.open.timeToLive = 0;