Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/05/1998 18:30:02
thorpej
Tue May 5 18:21:24 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv15279
Modified Files:
tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c tcp_usrreq.c
Log Message:
Use macros from tcp_timer.h to manipulate TCP timers, so that their
implementation can be changed easily.
thorpej
Tue May 5 18:22:08 PDT 1998
Update of /cvsroot/src/sys/netiso
In directory nb00:/tmp/cvs-serv15380
Modified Files:
tuba_usrreq.c
Log Message:
Use macros from tcp_timer.h to manipulate TCP timers, so that their
implementation can be changed easily.
thorpej
Tue May 5 18:24:39 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv15402
Modified Files:
tcp_timer.h tcp_var.h
Log Message:
Use the monotonically increasing slow timer timestamp provided by
the protocol dispatch layer for TCP timers. This saves having to
modify a potentially large number of timer values (which were shorts,
and expanded to ... a lot of code on the Alpha).
thorpej
Tue May 5 18:27:33 PDT 1998
Update of /cvsroot/doc
In directory nb00:/tmp/cvs-serv15566
Modified Files:
CHANGES
Log Message:
Note fast and slow timeout "current time" timestamps and the fact that
TCP now uses them.