raw.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-27 14:21:40 +01:00
parent d46f21fedf
commit be38232488
1 changed files with 5 additions and 5 deletions

View File

@ -56,10 +56,10 @@ tab(:) allbox;
c s
l l.
IP Header fields modified on sending by \fBIP_HDRINCL\fP
IP Checksum:Always filled in.
Source Address:Filled in when zero.
Packet Id:Filled in when zero.
Total Length:Always filled in.
IP Checksum:Always filled in
Source Address:Filled in when zero
Packet Id:Filled in when zero
Total Length:Always filled in
.TE
.RE
.sp
@ -182,7 +182,7 @@ They are Linux extensions and should not be used in portable programs.
Linux 2.0 enabled some bug-to-bug compatibility with BSD in the
raw socket code when the
.B SO_BSDCOMPAT
socket option was set \(em since Linux 2.2,
socket option was set; since Linux 2.2,
this option no longer has that effect.
.SH NOTES
By default, raw sockets do path MTU (Maximum Transmission Unit) discovery.