linux/net/sctp
Marcelo Ricardo Leitner ac1ed8b82c 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>
2017-10-03 16:27:29 -07:00
..
associola.c
auth.c
bind_addr.c
chunk.c sctp: introduce struct sctp_stream_out_ext 2017-10-03 16:27:28 -07:00
debug.c
endpointola.c
input.c
inqueue.c
ipv6.c
Kconfig
Makefile sctp: introduce round robin stream scheduler 2017-10-03 16:27:29 -07:00
objcnt.c
offload.c
output.c
outqueue.c sctp: introduce stream scheduler foundations 2017-10-03 16:27:29 -07:00
primitive.c
probe.c
proc.c
protocol.c
sctp_diag.c sctp: do not mark sk dumped when inet_sctp_diag_fill returns err 2017-09-15 14:51:15 -07:00
sm_make_chunk.c
sm_sideeffect.c sctp: introduce stream scheduler foundations 2017-10-03 16:27:29 -07:00
sm_statefuns.c
sm_statetable.c
socket.c sctp: add sockopt to get/set stream scheduler parameters 2017-10-03 16:27:29 -07:00
stream_sched_prio.c sctp: introduce priority based stream scheduler 2017-10-03 16:27:29 -07:00
stream_sched_rr.c sctp: introduce round robin stream scheduler 2017-10-03 16:27:29 -07:00
stream_sched.c sctp: introduce round robin stream scheduler 2017-10-03 16:27:29 -07:00
stream.c sctp: introduce stream scheduler foundations 2017-10-03 16:27:29 -07:00
sysctl.c
transport.c
tsnmap.c
ulpevent.c
ulpqueue.c sctp: fix missing wake ups in some situations 2017-09-08 10:02:47 -07:00