commit | 5d7ff261ef497c62f54c39effc259910a28b313d | [log] [tgz] |
---|---|---|
author | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Aug 07 13:23:28 2009 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Sep 04 18:20:56 2009 -0400 |
tree | 78eca9144bafc85c65cfdf19e5c8c5dffbd271f4 | |
parent | e83963b769a2c38b436f5dcf82309f5cbc2f6012 [diff] |
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>