diff options
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | 2017-10-04 00:20:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-04 01:27:29 +0200 |
commit | ac1ed8b82cd60ba8e7d84103ac1414b8c577c485 (patch) | |
tree | 23144fff13a5bb0ac5a84f429fd8ac768b49a214 /kernel/ptrace.c | |
parent | sctp: introduce priority based stream scheduler (diff) | |
download | linux-ac1ed8b82cd60ba8e7d84103ac1414b8c577c485.tar.xz linux-ac1ed8b82cd60ba8e7d84103ac1414b8c577c485.zip |
sctp: introduce round robin stream scheduler
This patch introduces RFC Draft ndata section 3.2 Priority Based
Scheduler (SCTP_SS_RR).
Works by maintaining a list of enqueued streams and tracking the last
one used to send data. When the datamsg is done, it switches to the next
stream.
See-also: https://tools.ietf.org/html/draft-ietf-tsvwg-sctp-ndata-13
Tested-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/ptrace.c')
0 files changed, 0 insertions, 0 deletions