-
- Downloads
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>
Showing
- include/net/sctp/structs.h 11 additions, 0 deletionsinclude/net/sctp/structs.h
- include/uapi/linux/sctp.h 2 additions, 1 deletioninclude/uapi/linux/sctp.h
- net/sctp/Makefile 2 additions, 1 deletionnet/sctp/Makefile
- net/sctp/stream_sched.c 2 additions, 0 deletionsnet/sctp/stream_sched.c
- net/sctp/stream_sched_rr.c 201 additions, 0 deletionsnet/sctp/stream_sched_rr.c
net/sctp/stream_sched_rr.c
0 → 100644
Please register or sign in to comment