aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.Jonathan Lemon2001-02-261-1/+0
* Remove tcp_drop_all_states, which is unneeded after jlemon removed itJesper Skriver2001-02-251-1/+0
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyPoul-Henning Kamp2001-02-181-0/+1
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-241-0/+1
* We currently does not react to ICMP administratively prohibitedPoul-Henning Kamp2000-12-161-0/+1
* When a connection is being dropped due to a listen queue overflow,Jayanth Vijayaraghavan2000-07-211-0/+1
* Fix a comment which was broken in rev 1.36.Sheldon Hearn2000-07-181-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Implement TCP NewReno, as documented in RFC 2582. This allowsJonathan Lemon2000-05-061-0/+3
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-6/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-1/+4
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-7/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+6
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-17/+18
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-13/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-3/+2
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typeBruce Evans1998-07-131-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_John Hay1998-06-271-4/+4
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+19
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-241-2/+2
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-061-4/+1
* Changes to support the addition of a new sysctl variable:David Greenman1998-02-261-1/+2
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-38/+30
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)Paul Traina1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-131-4/+6
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-3/+2
* Correct formula for TCP RTO calculation. Also try to do a better job inGarrett Wollman1996-06-051-3/+3
* Delete #ifdef notdef blocks containing old method of srtt calculation.Garrett Wollman1996-04-261-18/+1
* A number of performance-reducing flaws fixed based on commentsGarrett Wollman1996-03-221-1/+23
* Spell tcp_listendrop consistently so that tcp_input.c and netstat compile.Bruce Evans1996-02-271-2/+2
* Add a counter for the number of times the listen queue was overflowed toGuido van Rooij1996-02-261-1/+2
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* remove tcp_lastport - it has not been used for quite a while (at leastPeter Wemm1996-01-191-2/+1
* Remove some bogus externs.David Greenman1995-12-291-4/+1
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidBruce Evans1995-12-161-2/+2
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-4/+2
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-15/+1
* Fix a logical error in T/TCP: when we actively open a connection, weAndras Olah1995-11-031-1/+2
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-161-1/+4
* The additional checks involving sequence numbers in MTU discovery resendsGarrett Wollman1995-10-121-3/+1
* More MTU discovery: avoid over-retransmission if route changes in theGarrett Wollman1995-10-101-1/+4
* Make a whole bunch of PCB variables ints rather than shorts. There appearGarrett Wollman1995-10-041-16/+16
* Remove duplicate definition for tcps_persistdrop, as added by davidg somePeter Wemm1995-09-221-2/+1