summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.h
AgeCommit message (Expand)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-06-20- per socket keepalive settingschristos
2006-09-26Fixed a bug in the timeout range constraint macro that can cause a timeoutjeremy
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-06-02Fix some const fallout.riz
2005-03-04Re-add callout_active(), in a way compatible with the FreeBSD version, and usemycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-04Use callout_setfunc() and callout_schedule().thorpej
2003-02-03Test callout_pending(), not callout_active(), and eliminate now-unnecessarythorpej
2001-11-04Change a few variable/tables to const since they are read-only.matt
2001-09-10Update copyrights.thorpej
2001-09-10Use callouts for TCP timers, rather than traversing the list ofthorpej
2001-09-10Initialize TCP timer variables in a new function, tcp_timer_init().thorpej
2001-09-10Add explicit initialization of TCP timer state. A noop right now.thorpej
2001-09-10Split tcp_timers() into multiple functions, one for each timer,thorpej
2001-09-10Use a callout for the delayed ACK timer, and delete tcp_fasttimo().thorpej
1998-09-10Create tcp.keepidle, tcp.keepintvl, tcp.keepcnt, tcp.slowhz sysctls.mouse
1998-05-07Define all TCP timers in terms of PRT timers.thorpej
1998-05-06Use the monotonically increasing slow timer timestamp provided bythorpej
1998-02-10add/cleanup multiple inclusion protection.perry
1995-03-26KERNEL -> _KERNELjtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1993-05-20more rcsid additions and file header cleanupscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd