Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/28/1997 00:50:02
thorpej
Fri Jun 27 17:48:10 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv15039
Modified Files:
Tag: SYN_cache_branch
tcp_input.c
Log Message:
In syn_cache_get(), set the state of the new inpcb to INP_BOUND.
If we don't do this, the PCB lookup will fail on subsequent packets
from the peer, causing an RST to be generated.
Couple of minor stylistic changes while I'm here.
thorpej
Fri Jun 27 17:49:38 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv15635
Modified Files:
Tag: SYN_cache_branch
tcp_var.h
Log Message:
Use explicit type sizes in struct cyn_cache, and add a comment about
this structure being larger than intended on the Alpha.