summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timer.h
Commit message (Expand)AuthorAgeFilesLines
* Add DELACK to list of timers.andre2012-11-271-1/+1
* Define the delayed ACK timeout value directly as hz/10 instead ofandre2012-10-291-1/+1
* For retransmits of SYN|ACK from the syncache use the slightly moreandre2012-10-281-0/+1
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-1/+7
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-3/+0
* Add the ability to see TCP timers via netstat -x. This can be a usefulsilby2009-09-161-0/+4
* Two changes:silby2007-09-241-0/+7
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyrwatson2007-09-071-10/+5
* Change TCPTV_MIN to be independent of HZ. While it was documented topeter2007-07-311-1/+1
* Remove now unused stuff forgotten in the previous commit.andre2007-05-161-4/+0
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-161-2/+2
* Make "struct tcp_timer" visible only to the kernel, and unbreak world.ru2007-04-111-12/+13
* Change the TCP timer system from using the callout system five timesandre2007-04-111-5/+16
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+5
* if min is greater than max, prefer max over min... I managed to get ajmg2006-09-251-1/+1
* Back when we had T/TCP support, we used to apply differentru2006-09-071-1/+1
* Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-111-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainandre2006-02-161-0/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-081-1/+7
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-0/+1
* make the strings for tcptimers, tanames and prurequests const to silencealfred2002-08-161-1/+1
* Introduce two new sysctl's:dillon2002-07-181-4/+21
* I don't know how the minimum retransmit timeout managed to get set todillon2002-07-171-1/+7
* Remove __P.alfred2002-03-191-5/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Change the delayed ack time from 200ms to 100ms.jlemon1999-12-021-1/+1
* Remove conversion macros that were used during development.jlemon1999-08-311-9/+1
* Restructure TCP timeout handling:jlemon1999-08-301-25/+35
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-131-1/+2
* Better selection of initial retransmit timeout when no cachedwollman1996-06-141-1/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* New style sysctl & staticize alot of stuff.phk1995-11-141-2/+2
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of somewollman1995-02-141-3/+1
* Merge in T/TCP TCP header file changes.wollman1995-02-081-1/+5
* Made idempotent.paul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+128
OpenPOWER on IntegriCloud