diff options
| author | Vlad Yasevich <[email protected]> | 2011-04-18 19:13:56 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-04-19 21:45:21 -0700 |
| commit | f246a7b7c5b9df0ea0f0807a7101995af5e83213 (patch) | |
| tree | 4362f120c0f483b603407f04c66a0f7b472b0287 /scripts/objdiff | |
| parent | 934253a7b4ab4151037ea9532552628723a14442 (diff) | |
sctp: teach CACC algorithm about removed transports
When we have have to remove a transport due to ASCONF, we move
the data to a new active path. This can trigger CACC algorithm
to not mark that data as missing when SACKs arrive. This is
because the transport passed to the CACC algorithm is the one
this data is sitting on, not the one it was sent on (that one
may be gone). So, by sending the original transport (even if
it's NULL), we may start marking data as missing.
Signed-off-by: Vlad Yasevich <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions