Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2012 10:44:08 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r241998 - stable/9/share/man/man4
Message-ID:  <201210241044.q9OAi80e097310@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Wed Oct 24 10:44:07 2012
New Revision: 241998
URL: http://svn.freebsd.org/changeset/base/241998

Log:
  Merge r241482, r241491 from head:
    Be more explicit on how "intact" incoming packets in raw sockets are.

Modified:
  stable/9/share/man/man4/ip.4
Directory Properties:
  stable/9/share/man/man4/   (props changed)

Modified: stable/9/share/man/man4/ip.4
==============================================================================
--- stable/9/share/man/man4/ip.4	Wed Oct 24 10:36:33 2012	(r241997)
+++ stable/9/share/man/man4/ip.4	Wed Oct 24 10:44:07 2012	(r241998)
@@ -32,7 +32,7 @@
 .\"     @(#)ip.4	8.2 (Berkeley) 11/30/93
 .\" $FreeBSD$
 .\"
-.Dd September 20, 2012
+.Dd October 12, 2012
 .Dt IP 4
 .Os
 .Sh NAME
@@ -763,7 +763,11 @@ unless the
 option has been set.
 Incoming packets are received with
 .Tn IP
-header and options intact.
+header and options intact, except for
+.Va ip_len
+and
+.Va ip_off
+fields converted to host byte order.
 .Pp
 .Dv IP_HDRINCL
 indicates the complete IP header is included with the data



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210241044.q9OAi80e097310>