diff options
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/outqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 9cb854b05342..c37e1c2dec9d 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -212,7 +212,7 @@ void sctp_outq_init(struct sctp_association *asoc, struct sctp_outq *q) | |||
212 | INIT_LIST_HEAD(&q->retransmit); | 212 | INIT_LIST_HEAD(&q->retransmit); |
213 | INIT_LIST_HEAD(&q->sacked); | 213 | INIT_LIST_HEAD(&q->sacked); |
214 | INIT_LIST_HEAD(&q->abandoned); | 214 | INIT_LIST_HEAD(&q->abandoned); |
215 | sctp_sched_set_sched(asoc, SCTP_SS_FCFS); | 215 | sctp_sched_set_sched(asoc, SCTP_SS_DEFAULT); |
216 | } | 216 | } |
217 | 217 | ||
218 | /* Free the outqueue structure and any related pending chunks. | 218 | /* Free the outqueue structure and any related pending chunks. |