]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/sctp/sm_sideeffect.c
[SCTP]: Fix SACK sequence during shutdown
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 16 Jan 2007 03:20:21 +0000 (19:20 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 24 Jan 2007 04:25:47 +0000 (20:25 -0800)
commit732ba35e759112be5cecd79d4351084edf88dba7
treec47f981ee6fd8f05f8802d3321cf8c390777227d
parent610ab73ac4cc8912fc253bbdc6d1f74bad3c8e3a
[SCTP]: Fix SACK sequence during shutdown

Currently, when association enters SHUTDOWN state,the
implementation will SACK any DATA first and then transmit
the SHUTDOWN chunk.  This is against the order required by
2960bis spec.  SHUTDOWN must always be first, followed by
SACK. This change forces this order and also enables bundling.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_sideeffect.c