diff options
author | Andre Oppermann <andre@FreeBSD.org> | 2005-09-26 20:58:49 +0000 |
---|---|---|
committer | Andre Oppermann <andre@FreeBSD.org> | 2005-09-26 20:58:49 +0000 |
commit | c9ebaafaa12cc87c09104d7b0c0d95ca6a20e975 (patch) | |
tree | c3b3debc757b8fba15afa3b5faf2a1f0dcb5d352 /share/man/man4/ip.4 | |
parent | 8dbf6c2dc8519bc28b9d76ed9a733c89193eabbb (diff) | |
download | src-c9ebaafaa12cc87c09104d7b0c0d95ca6a20e975.tar.gz src-c9ebaafaa12cc87c09104d7b0c0d95ca6a20e975.zip |
Notes
Diffstat (limited to 'share/man/man4/ip.4')
-rw-r--r-- | share/man/man4/ip.4 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 4e9b1fc189bb..d5da6e1e6f65 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -32,7 +32,7 @@ .\" @(#)ip.4 8.2 (Berkeley) 11/30/93 .\" $FreeBSD$ .\" -.Dd August 22, 2005 +.Dd September 26, 2005 .Dt IP 4 .Os .Sh NAME @@ -121,6 +121,20 @@ This option is only really useful when set to 255 preventing packets from outside the directly connected networks reaching local listeners on sockets. .Pp +.Dv IP_DONTFRAG +may be used to set the Don't Fragment flag on IP packets. +Currently this option is respected only on +.Xr udp 4 +and Raw +.Xr ip 4 +sockets, unless the IP_HDRINCL option has been set. +On +.Xr tcp 4 +sockets the Don't Fragment flag is controlled by the Path +MTU Discovery option. +Sending a packet larger than the MTU size of the egress interface, +determined by the destination address, returns an EMSGSIZE error. +.Pp If the .Dv IP_RECVDSTADDR option is enabled on a |