From da9fe632f375968f796c35e457f4f786620b2605 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 17 Jul 2000 18:25:38 +0000 Subject: A divert(4) daemon to correct requested receive segment size for TCP traffic. --- net/tcpmssd/pkg-descr | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net/tcpmssd/pkg-descr (limited to 'net/tcpmssd/pkg-descr') diff --git a/net/tcpmssd/pkg-descr b/net/tcpmssd/pkg-descr new file mode 100644 index 000000000000..cca66686adb5 --- /dev/null +++ b/net/tcpmssd/pkg-descr @@ -0,0 +1,16 @@ +tcpmssd was written by Ruslan Ermilov based on work +done by Patrick Bihan-Faou . + +tcpmssd is a divert(4) program that adjusts outgoing TCP data so that +the requested segment size is not greater than the amount allowed by +the interface MTU. + +This is necessary in many setups to avoid problems caused by routers +that drop ICMP Datagram Too Big messages. Without these messages, +the originating machine sends data, it passes the rogue router then +hits a machine that has an MTU that is not big enough for the data. +Because the IP Don't Fragment option is set, this machine sends an +ICMP Datagram Too Big message back to the originator and drops the +packet. The rogue router drops the ICMP message and the originator +never gets to discover that it must reduce the fragment size or drop +the IP Don't Fragment option from its outgoing data. -- cgit v1.2.3