diff options
| -rw-r--r-- | man7/raw.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/raw.7 b/man7/raw.7 index 66676b9422..1e3972b63b 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -82,7 +82,7 @@ see .BR ip (7) for more information. -In Linux 2.2, all IP header fields and options can be set using +Starting with Linux 2.2, all IP header fields and options can be set using IP socket options. This means raw sockets are usually needed only for new protocols or protocols with no user interface (like ICMP). @@ -98,7 +98,7 @@ address structure defined in The .I sin_port field could be used to specify the IP protocol number, -but it is ignored for sending in Linux 2.2 and should be always +but it is ignored for sending in Linux 2.2 and later, and should be always set to 0 (see BUGS). For incoming packets, .I sin_port |
