Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/netinet



Module Name:    syssrc
Committed By:   thorpej
Date:           Mon Sep 10 20:15:16 UTC 2001

Modified Files:
        syssrc/sys/netinet: tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h

Log Message:
Split tcp_timers() into multiple functions, one for each timer,
and call it directly from tcp_slowtimo() (via a table) rather
than going through tcp_userreq().

This will allow us to call TCP timers directly from callouts,
in a future revision.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 syssrc/sys/netinet/tcp_timer.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/netinet/tcp_timer.h
cvs rdiff -r1.64 -r1.65 syssrc/sys/netinet/tcp_usrreq.c
cvs rdiff -r1.84 -r1.85 syssrc/sys/netinet/tcp_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index