[SCTP]: Implement SCTP_MAX_BURST socket option.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
a5a35e7675
commit
703315712c
@@ -143,7 +143,7 @@ static struct sctp_association *sctp_association_init(struct sctp_association *a
|
||||
/* Initialize the maximum mumber of new data packets that can be sent
|
||||
* in a burst.
|
||||
*/
|
||||
asoc->max_burst = sctp_max_burst;
|
||||
asoc->max_burst = sp->max_burst;
|
||||
|
||||
/* initialize association timers */
|
||||
asoc->timeouts[SCTP_EVENT_TIMEOUT_NONE] = 0;
|
||||
|
Reference in New Issue
Block a user