Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
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.
Home |
Main Index |
Thread Index |
Old Index