Re: DF bit
Re: DF bit
- Subject: Re: DF bit
- From: Quinn <email@hidden>
- Date: Tue, 28 Nov 2006 10:18:35 +0000
At 12:57 +0530 28/11/06, Vihan Pandey wrote:
With respect to my previous mail, what i ment to say was DF
should be set to 0, i.e i need to enable fragmentation. Please
ignore the previous error.
Have you tried turning off path MTU discovery using sysctl
("net.inet.tcp.path_mtu_discovery")? The Don't Fragment bit is set
because path MTU discovery is enabled by default.
You can set sysctl variables temporarily from the command line (using
<x-man-page://8/sysctl>) and permanently by adding lines to
"/etc/sysctl.conf".
$ cat /etc/sysctl.conf
net.inet.tcp.path_mtu_discovery=0
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >DF bit (From: "Vihan Pandey" <email@hidden>) |