sctp: implement the receiver side for SACK-IMMEDIATELY extension
commit6dc7694f9df20f148076d82d00cb3663afb0b000
authorWei Yongjun <yjwei@cn.fujitsu.com>
Mon, 23 Nov 2009 20:53:53 +0000 (23 15:53 -0500)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 23 Nov 2009 20:53:53 +0000 (23 15:53 -0500)
treec5c3c20ad80383bb28cf02e25cc6c0a60099e266
parent475cba4ec8ee6b427cc3567692e6f48dd483c069
sctp: implement the receiver side for SACK-IMMEDIATELY extension

This patch implement the receiver side for SACK-IMMEDIATELY
extension:

  Section 4.2.  Receiver Side Considerations

  On reception of an SCTP packet containing a DATA chunk with the I-bit
  set, the receiver SHOULD NOT delay the sending of the corresponding
  SACK chunk and SHOULD send it back immediately.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/sm_statefuns.c