]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug related to fast retransmissions.
authortuexen <tuexen@FreeBSD.org>
Tue, 16 Jan 2018 21:58:38 +0000 (21:58 +0000)
committertuexen <tuexen@FreeBSD.org>
Tue, 16 Jan 2018 21:58:38 +0000 (21:58 +0000)
commitb096e231dfcb06d22b49e7dcbee136ea060aadd8
tree71ec7505f11ba34c8022f5fdb663cbf166291c7a
parent1c21ef5dad1191c2f04c26e126df7956aa061bdd
Fix a bug related to fast retransmissions.

When processing a SACK advancing the cumtsn-ack in fast recovery,
increment the miss-indications for all TSN's reported as missing.

Thanks to Fabian Ising for finding the bug and to Timo Voelker
for provinding a fix.

This fix moves also CMT related initialisation of some variables
to a more appropriate place.

MFC after: 1 week
sys/netinet/sctp_indata.c