Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/11/1997 06:40:02
thorpej
Wed Dec 10 22:33:30 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv741
Modified Files:
tcp_input.c
Log Message:
Fix the "stretch ACK violation" bug documented in internet draft
draft-ietf-tcpimpl-prob-02.txt. Also, fix another bug in the header
prediction case where an ACK would not be sent when it should be.
thorpej
Wed Dec 10 22:37:49 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv2987
Modified Files:
tcp_output.c
Log Message:
Count delayed ACKs after they have been sucessfully transmitted.