Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
@@ -840,12 +840,12 @@ void sctp_assoc_control_transport(struct sctp_association *asoc,
|
||||
else
|
||||
spc_state = SCTP_ADDR_AVAILABLE;
|
||||
/* Don't inform ULP about transition from PF to
|
||||
* active state and set cwnd to 1, see SCTP
|
||||
* active state and set cwnd to 1 MTU, see SCTP
|
||||
* Quick failover draft section 5.1, point 5
|
||||
*/
|
||||
if (transport->state == SCTP_PF) {
|
||||
ulp_notify = false;
|
||||
transport->cwnd = 1;
|
||||
transport->cwnd = asoc->pathmtu;
|
||||
}
|
||||
transport->state = SCTP_ACTIVE;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user