summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-3/+6
* Re-commit w/fix:silby2002-06-141-0/+1
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-141-1/+0
* Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-141-0/+1
* Lock up inpcb.hsu2002-06-101-0/+1
* Remove __P.alfred2002-03-191-28/+27
* Fix a bug with transmitter restart after receiving a 0 window. Thedillon2001-12-021-0/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-7/+75
* Add a flag TF_LASTIDLE, that forces a previously idle connectionjayanth2001-10-051-0/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-1/+1
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-221-5/+1
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-081-0/+1
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-2/+3
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-171-0/+4
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-261-1/+0
* Remove tcp_drop_all_states, which is unneeded after jlemon removed itjesper2001-02-251-1/+0
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-181-0/+1
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-241-0/+1
* We currently does not react to ICMP administratively prohibitedphk2000-12-161-0/+1
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-0/+1
* Fix a comment which was broken in rev 1.36.sheldonh2000-07-181-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-061-0/+3
* tcp updates to support IPv6.shin2000-01-091-6/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* IPSEC support in the kernel.shin1999-12-221-1/+1
* KAME related header files additions and merges.shin1999-11-051-1/+4
* Restructure TCP timeout handling:jlemon1999-08-301-7/+18
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+6
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-201-17/+18
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-13/+2
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-3/+2
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typebde1998-07-131-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_jhay1998-06-271-4/+4
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-2/+19
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. Thisdg1998-04-241-2/+2
* Remove the last traces of TUBA.phk1998-04-061-4/+1
* Changes to support the addition of a new sysctl variable:dg1998-02-261-1/+2
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-38/+30
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-2/+3
* 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
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)pst1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-131-4/+6
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-3/+2
* Correct formula for TCP RTO calculation. Also try to do a better job inwollman1996-06-051-3/+3
* Delete #ifdef notdef blocks containing old method of srtt calculation.wollman1996-04-261-18/+1
* A number of performance-reducing flaws fixed based on commentswollman1996-03-221-1/+23
OpenPOWER on IntegriCloud