diff options
Diffstat (limited to 'net/sctp/associola.c')
-rw-r--r-- | net/sctp/associola.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c index 37e982510bea..880dae2ca87b 100644 --- a/net/sctp/associola.c +++ b/net/sctp/associola.c | |||
@@ -738,6 +738,7 @@ struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, | |||
738 | 738 | ||
739 | peer->partial_bytes_acked = 0; | 739 | peer->partial_bytes_acked = 0; |
740 | peer->flight_size = 0; | 740 | peer->flight_size = 0; |
741 | peer->burst_limited = 0; | ||
741 | 742 | ||
742 | /* Set the transport's RTO.initial value */ | 743 | /* Set the transport's RTO.initial value */ |
743 | peer->rto = asoc->rto_initial; | 744 | peer->rto = asoc->rto_initial; |