SCTP: API to configure some tunables 60/10960/2
authorMarco Varlese <marco.varlese@suse.com>
Mon, 5 Mar 2018 14:12:29 +0000 (15:12 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Mon, 5 Mar 2018 18:41:26 +0000 (18:41 +0000)
commitc7fe4f39bca709a9ca094ffd4465490fa780a576
tree4b310511183637a02c4f92a81b2557aa547cdb06
parent53da221b13225695516ec7469ca29d82bb10e594
SCTP: API to configure some tunables

This patch adds the possibility to configure some behaviors of the SCTP
stack based on some tunable parameters (mainly ON/OFF). For the time
being, that is limited to the bundling option (multiplexing messages)
and to delaying the SACK message.

Change-Id: I696493e0309e47163c1e119c7d9f82f7d8ee6b87
Signed-off-by: Marco Varlese <marco.varlese@suse.com>
src/vnet/sctp/sctp.api
src/vnet/sctp/sctp.c
src/vnet/sctp/sctp.h
src/vnet/sctp/sctp_api.c
src/vnet/sctp/sctp_input.c
src/vnet/sctp/sctp_output.c