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

sctp: Update max.burst implementation



Current implementation of max.burst ends up limiting new
data during cwnd decay period.  The decay is happening becuase
the connection is idle and we are allowed to fill the congestion
window.  The point of max.burst is to limit micro-bursts in response
to large acks.  This still happens, as max.burst is still applied
to each transmit opportunity.  It will also apply if a very large
send is made (greater then allowed by burst).

Tested-by: default avatarFlorian Niederbacher <florian.niederbacher@student.uibk.ac.at>
Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent a5b03ad2
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