SCTP: calculate RTO / RTT and RTTVAR as per RFC 99/10399/4
authorMarco Varlese <marco.varlese@suse.com>
Fri, 2 Feb 2018 16:17:51 +0000 (17:17 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 5 Feb 2018 15:09:52 +0000 (15:09 +0000)
commit21c8baf9a77b49af3dd54a7f64ce34dc932f10c3
treecc542b1b297617616b129bc34d056e7fa269a495
parent7b0933a97d8830e288ab3e350b07656196599847
SCTP: calculate RTO / RTT and RTTVAR as per RFC

This patch addresses the need to calculate the RTO / RTT and RTTVAR
according to the rules depicted by the RFC4960 at section 6.3.1

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