aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.h
Commit message (Expand)AuthorAgeFilesLines
* kern: net: remove TCP_LINGERTIMEKyle Evans2021-02-191-2/+0
* Reduce default TCP delayed ACK timeout to 40ms.Richard Scheffenegger2020-04-161-1/+1
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* vnet: virtualise more network stack sysctls.Bjoern A. Zeeb2020-01-081-1/+2
* Add sysctl variable net.inet.tcp.rexmit_initial for setting RTO.InitialMichael Tuexen2019-03-231-0/+1
* Reduce the TCP initial retransmission timeout from 3 seconds toMichael Tuexen2019-02-201-1/+1
* Use exponential backoff for retransmitting SYN segments as specifiedMichael Tuexen2019-02-201-1/+0
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-1/+0
* This commit brings in a new refactored TCP stack called Rack.Randall Stewart2018-06-071-5/+11
* Export tcp_always_keepalive for use by the Chelsio TOM module.John Baldwin2018-01-301-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Declare pmtud_blackhole global variables in tcp_timer.h, so thatGleb Smirnoff2017-10-061-0/+7
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-2/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Don't zero out srtt after excess retransmitsRyan Stone2017-02-111-0/+7
* This cleans up the timer code in TCP and also makes it so we do notRandall Stewart2016-08-161-0/+3
* This cleans up the timers code in TCP to start using the newRandall Stewart2016-04-281-6/+2
* Persist timers TCPTV_PERSMIN and TCPTV_PERSMAX are hardcoded with 5 seconds andHiren Panchasara2016-01-261-1/+3
* Put r284245 back in place: If at first this fix was seen as a temporaryJulien Charbon2015-08-301-0/+6
* Revert r284245: "Fix a callout race condition introduced in TCPJulien Charbon2015-08-241-6/+0
* Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when weHiren Panchasara2015-08-121-1/+0
* Fix a callout race condition introduced in TCP timers callouts with r281599.Julien Charbon2015-06-101-0/+6
* Fix an old and well-documented use-after-free race condition inJulien Charbon2015-04-161-5/+19
* Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() andJulien Charbon2014-10-301-2/+1
* Currently, the TCP slow timer can starve TCP input processing while itJohn Baldwin2014-04-101-1/+2
* Add DELACK to list of timers.Andre Oppermann2012-11-271-1/+1
* Define the delayed ACK timeout value directly as hz/10 instead ofAndre Oppermann2012-10-291-1/+1
* For retransmits of SYN|ACK from the syncache use the slightly moreAndre Oppermann2012-10-281-0/+1
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andGleb Smirnoff2012-02-051-1/+7
* Remove the TCP inflight bandwidth limiter as announced in r211315Andre Oppermann2010-09-161-3/+0
* Add the ability to see TCP timers via netstat -x. This can be a usefulMike Silbersack2009-09-161-0/+4
* Two changes:Mike Silbersack2007-09-241-0/+7
* Back out tcp_timer.c:1.93 and associated changes that reimplemented the manyRobert Watson2007-09-071-10/+5
* Change TCPTV_MIN to be independent of HZ. While it was documented toPeter Wemm2007-07-311-1/+1
* Remove now unused stuff forgotten in the previous commit.Andre Oppermann2007-05-161-4/+0
* Move TIME_WAIT related functions and timer handling from filesAndre Oppermann2007-05-161-2/+2
* Make "struct tcp_timer" visible only to the kernel, and unbreak world.Ruslan Ermilov2007-04-111-12/+13
* Change the TCP timer system from using the callout system five timesAndre Oppermann2007-04-111-5/+16
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigateMohan Srinivasan2007-02-261-0/+5
* if min is greater than max, prefer max over min... I managed to get aJohn-Mark Gurney2006-09-251-1/+1
* Back when we had T/TCP support, we used to apply differentRuslan Ermilov2006-09-071-1/+1
* Fixes an edge case bug in timewait handling where ticks rolling over causingMohan Srinivasan2006-08-111-1/+1
* Have TCP Inflight disable itself if the RTT is below a certainAndre Oppermann2006-02-161-0/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove a panic(); if the zone allocator can't provide more timewaitJonathan Lemon2003-03-081-1/+7
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-191-0/+1
* make the strings for tcptimers, tanames and prurequests const to silenceAlfred Perlstein2002-08-161-1/+1
* Introduce two new sysctl's:Matthew Dillon2002-07-181-4/+21