Skip to content
Commit d0ce9291 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

SCTP: Do not retransmit chunks that are newer then rtt.



When performing a retransmit, do not include the chunk if
it was sent less then 1 rtt ago.  The reason is that we
may receive the SACK very soon and wouldn't retransmit.
Suggested by Randy Stewart.

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent cc75689a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment