K 10 svn:author V 6 tuexen K 8 svn:date V 27 2016-12-18T12:27:35.520127Z K 7 svn:log V 324 MFC r309397: Fix the handling of TCP FIN-segments in the CLOSED state When a TCP segment with the FIN bit set was received in the CLOSED state, a TCP RST-ACK-segment is sent. When computing SEG.ACK for this, the FIN counts as one byte. This accounting was missing and is fixed by this patch. Sponsored by: Netflix, Inc. END