Skip to content

Commit

Permalink
ip.7: Mnor fixes
Browse files Browse the repository at this point in the history
Reported-by: Benjamin Poirier <benjamin.poirier@gmail.com>
Reported-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
  • Loading branch information
mkerrisk committed Sep 23, 2011
1 parent fe48639 commit 776b81f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions man7/ip.7
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ For
sockets,
.B IP_PMTUDISC_DO
forces the don't-fragment flag to be set on all outgoing packets.
The don't-fragment flag is set on all outgoing datagrams.
It is the user's responsibility to packetize the data
in MTU-sized chunks and to do the retransmits if necessary.
The kernel will reject (with
Expand All @@ -340,7 +339,7 @@ file.
tab(:);
c l
l l.
Path MTU discovery flags:Meaning
Path MTU discovery value:Meaning
IP_PMTUDISC_WANT:Use per-route settings.
IP_PMTUDISC_DONT:Never do Path MTU Discovery.
IP_PMTUDISC_DO:Always do Path MTU Discovery.
Expand Down

0 comments on commit 776b81f

Please sign in to comment.