summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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