Re: [PATCH net-next v2 00/10] Introduce SCTP Stream Schedulers

2017-10-03 Thread David Miller
From: Marcelo Ricardo Leitner Date: Tue, 3 Oct 2017 19:20:07 -0300 > This patchset introduces the SCTP Stream Schedulers are defined by > https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-13 > > It provides 3 schedulers at the moment: FCFS, Priority and Round Robin. > The other 3, Round R

[PATCH net-next v2 00/10] Introduce SCTP Stream Schedulers

2017-10-03 Thread Marcelo Ricardo Leitner
This patchset introduces the SCTP Stream Schedulers are defined by https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-13 It provides 3 schedulers at the moment: FCFS, Priority and Round Robin. The other 3, Round Robin per packet, Fair Capacity and Weighted Fair Capacity will be added later. M