Commit 29ccc41a authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix comment about MTU.

parent b54949cb
......@@ -309,7 +309,7 @@ main(int argc, char **argv)
maxmtu = MAX(maxmtu, mtu);
mtu = 32768;
}
/* 40 for IPv6 header, 20 for UDP header. */
/* 40 for IPv6 header, 8 for UDP header, 12 for good luck. */
mtu -= 60;
}
maxmtu = MAX(maxmtu, mtu);
......
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