linux/net/sctp
Marcelo Ricardo Leitner e43569e6d3 sctp: flush if we can't fit another DATA chunk
There is no point on delaying the packet if we can't fit a single byte
of data on it anymore. So lets just reduce the threshold by the amount
that a data chunk with 4 bytes (rounding) would use.

v2: based on the right tree

Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-04-05 15:39:44 -04:00
..
Kconfig
Makefile
associola.c sctp: align MTU to a word 2016-03-20 16:31:12 -04:00
auth.c
bind_addr.c
chunk.c
debug.c
endpointola.c
input.c sctp: align MTU to a word 2016-03-20 16:31:12 -04:00
inqueue.c
ipv6.c
objcnt.c
output.c sctp: flush if we can't fit another DATA chunk 2016-04-05 15:39:44 -04:00
outqueue.c sctp: do not leak chunks that are sent to unconfirmed paths 2016-03-20 16:31:12 -04:00
primitive.c
probe.c
proc.c
protocol.c
sm_make_chunk.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 2016-03-19 21:05:24 -04:00
sm_sideeffect.c sctp: do not update a_rwnd if we are not issuing a sack 2016-03-20 16:31:11 -04:00
sm_statefuns.c
sm_statetable.c
socket.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-03-23 23:25:14 -07:00
ssnmap.c
sysctl.c
transport.c sctp: align MTU to a word 2016-03-20 16:31:12 -04:00
tsnmap.c
ulpevent.c
ulpqueue.c