1
0
Files
linux/net/dccp
Wei Yongjun d68f0866f7 dccp: Fix sequence number check for ICMPv4 packets
The payload of ICMP message is a part of the packet sent by ourself,
so the sequence number check must use AWL and AWH, not SWL and SWH.

For example:
     Endpoint A                  Endpoint B

     DATA-ACK       -------->
     (SEQ=X)
                    <--------    ICMP (Fragmentation Needed)
                                 (SEQ=X)

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2008-07-26 11:59:10 +01:00
..
2008-06-11 11:19:09 +01:00
2008-01-28 14:57:58 -08:00
2008-01-28 14:57:59 -08:00
2008-01-28 14:54:46 -08:00
2008-07-26 11:59:10 +01:00
2008-06-11 11:19:09 +01:00