diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2007-12-03 14:33:28 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 01:55:47 +0300 |
commit | cb75994ec311b2cd50e5205efdcc0696abd6675d (patch) | |
tree | eb0fbb65bfe1b896a55ce8b987d6f4f3f4357e98 /Documentation/networking/udplite.txt | |
parent | 6859d49475d4f32abe640372117e4b687906e6b6 (diff) | |
download | linux-cb75994ec311b2cd50e5205efdcc0696abd6675d.tar.xz |
[UDP]: Defer InDataGrams increment until recvmsg() does checksum
Thanks dave, herbert, gerrit, andi and other people for your
discussion about this problem.
UdpInDatagrams can be confusing because it counts packets that
might be dropped later.
Move UdpInDatagrams into recvmsg() as allowed by the RFC.
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/udplite.txt')
-rw-r--r-- | Documentation/networking/udplite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/udplite.txt b/Documentation/networking/udplite.txt index b6409cab075c..3870f280280b 100644 --- a/Documentation/networking/udplite.txt +++ b/Documentation/networking/udplite.txt @@ -236,7 +236,7 @@ This displays UDP-Lite statistics variables, whose meaning is as follows. - InDatagrams: Total number of received datagrams. + InDatagrams: The total number of datagrams delivered to users. NoPorts: Number of packets received to an unknown port. These cases are counted separately (not as InErrors). |