Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/14/1997 18:10:02
mellon
Wed May 14 11:04:19 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv26744
Modified Files:
Tag: SYN_cache_branch
tcp_subr.c
Log Message:
More of David Borman's SYN cache patches for 4.4BSD-lite2:
tcp_respond:
- return a error code if the reponse could not be sent, zero
otherwise (was void).
- generate SYN/ACK packet if tp==0 and SYN bit is set. Do
not adjust window in this case.
- if SYN bit is set, use ti_off as passed in rather than
setting it locally.
tcp_ctlinput:
- call syn_cache_unreach if in_pcbnotify fails.
mellon
Wed May 14 11:06:53 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv27625
Modified Files:
Tag: SYN_cache_branch
tcp_timer.c
Log Message:
More of David Borman's SYN cache patches for Lite2:
tcp_slowtimo:
- call syn_cache_timer()
mellon
Wed May 14 11:09:48 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv27889
Modified Files:
Tag: SYN_cache_branch
tcp_var.h
Log Message:
More of David Borman's SYN cache patches for Lite2:
- Define syn_cache entry and syn_cache_head structures.
- Add syn_cache statistics to tcpstat structure.
- Declare externs for syn cache variables.
- Update prototypes: tcp_dooptions, tcp_mss, tcp_respond.
- Add prototypes for syn_cache_* functions.