Prep-work patch for congestion-control 72/10272/4
authorMarco Varlese <marco.varlese@suse.de>
Fri, 26 Jan 2018 15:50:01 +0000 (16:50 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 31 Jan 2018 03:29:33 +0000 (03:29 +0000)
commit8ad6a2dfed0a7248be9d005dd04c76da142f2238
treee5349b5340d7944c35a6fe3c80db87bb5572f3dd
parent8d6ef60b767fc0348b91b3abbf1aff2b84167c2b
Prep-work patch for congestion-control

This patch addresses the missing field in various data-structures to
track valuable information to implement the congestion-control
algorithms and manage sub-connections states.

It adds the possibility to queue up to 2 SACKs chunks when the connection
is not gapping.

At the same time, it pushes some variable/field renaming for better
readibility.

Change-Id: Idcc53512983456779600a75e78e21af078e46602
Signed-off-by: Marco Varlese <marco.varlese@suse.de>
src/vnet/sctp/sctp.c
src/vnet/sctp/sctp.h
src/vnet/sctp/sctp_debug.h
src/vnet/sctp/sctp_input.c
src/vnet/sctp/sctp_output.c
src/vnet/sctp/sctp_packet.h