aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timer.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* tcp: rearrange enum and remove unused variableMichael Tuexen2023-02-211-5/+0
* tcp: use single locked callout per tcpcb for the TCP timersGleb Smirnoff2022-12-071-19/+0
* tcp: remove tcp_timer_suspend()Gleb Smirnoff2022-12-071-10/+0
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-13/+1
* tcp: remove tcptw, the compressed timewait state structureGleb Smirnoff2022-10-071-2/+0
* tcp_timers: provide tcp_timer_drop() and tcp_timer_close()Gleb Smirnoff2022-10-041-2/+0
* Tcp progress timeoutRandall Stewart2022-09-271-0/+13
* tcp: virtualise net.inet.tcp.msl sysctl.Alexander V. Chernikov2021-12-261-1/+2
* Add tcp_freecb() - single place to free tcpcb.Gleb Smirnoff2021-11-191-1/+0
* 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