sctp: Try to encourage SACK bundling with DATA.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 7 Aug 2009 17:23:28 +0000 (13:23 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:20:56 +0000 (18:20 -0400)
commit5d7ff261ef497c62f54c39effc259910a28b313d
tree78eca9144bafc85c65cfdf19e5c8c5dffbd271f4
parente83963b769a2c38b436f5dcf82309f5cbc2f6012
sctp: Try to encourage SACK bundling with DATA.

If the association has a SACK timer pending and now DATA queued
to be send, we'll try to bundle the SACK with the next application send.
As such, try encourage bundling by accounting for SACK in the size
of the first chunk fragment.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/chunk.c