Re: [PATCH net] sctp: define SCTP_SS_DEFAULT for Stream schedulers

2018-11-03 Thread David Miller
From: Xin Long Date: Sat, 3 Nov 2018 14:01:31 +0800 > According to rfc8260#section-4.3.2, SCTP_SS_DEFAULT is required to > defined as SCTP_SS_FCFS or SCTP_SS_RR. > > SCTP_SS_FCFS is used for SCTP_SS_DEFAULT's value in this patch. > > Fixes: 5e32a431 ("sctp: introduce stream scheduler

[PATCH net] sctp: define SCTP_SS_DEFAULT for Stream schedulers

2018-11-03 Thread Xin Long
According to rfc8260#section-4.3.2, SCTP_SS_DEFAULT is required to defined as SCTP_SS_FCFS or SCTP_SS_RR. SCTP_SS_FCFS is used for SCTP_SS_DEFAULT's value in this patch. Fixes: 5e32a431 ("sctp: introduce stream scheduler foundations") Reported-by: Jianwen Ji Signed-off-by: Xin Long ---