summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* New style sysctl & staticize alot of stuff.phk1995-11-141-6/+15
* Start adding new style sysctl here too.phk1995-11-091-1/+5
* Cosmetic changes to processing of segments in the SYN_SENT state:olah1995-11-031-10/+10
* Routes can be asymmetric. Always offer to /accept/ an MSS of up to thewollman1995-10-131-7/+1
* Finish 4.4-Lite-2 merge: randomize TCP initial sequence numberswollman1995-10-031-6/+8
* Remove a redundant `if' from tcp_reass().olah1995-07-311-4/+2
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-101-7/+7
* Keep track of the number of samples through the srtt filter so that wewollman1995-06-291-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-35/+35
* #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'mdg1995-05-111-1/+24
* Fix a misspelled constant in tcp_input.c.olah1995-05-091-2/+2
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-031-3/+14
* Further satisfy my paranoia by making sure that the ACKNOW is onlydg1995-04-101-10/+5
* Fixed bug I introduced with my Nagel hack which caused tcp_input anddg1995-04-101-3/+3
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-14/+6
* Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>.olah1995-04-051-11/+8
* Re-apply my "breakage" to the Nagel congestion avoidence. This versiondg1995-03-271-2/+20
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+1
* Avoid deadlock situation described by Stevens using his suggested replacementwollman1995-02-161-30/+20
* Transaction TCP support now standard. Hack away!wollman1995-02-161-189/+1
* YFfix.phk1995-02-141-2/+1
* Get rid of some unneeded #ifdef TTCP lines. Also, get rid of somewollman1995-02-141-1/+6
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-102/+680
* As suggested by Sally Floyd, don't add the ``small fraction of the windowwollman1994-10-131-5/+3
* GCC cleanup.phk1994-10-021-5/+6
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-151-3/+13
* Obey RFC 793, section 3.4:wollman1994-08-261-2/+2
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Added $Id$dg1994-08-021-0/+1
* Fixed bug with Nagel Congestion Avoidance where a tcp connection woulddg1994-08-011-1/+19
* Added missing ntohl()'s that are needed before calling IN_MULTICAST indg1994-05-261-2/+2
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-4/+4
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1647
OpenPOWER on IntegriCloud