summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Must use lmin() not min() when comparing longs. Fixes alphamillert1998-11-251-2/+2
* 64-bit clean upprovos1998-11-181-5/+5
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-14/+239
* - fix three bugs pointed out in Stevens, i.a. updating timestamps correctlyprovos1998-10-281-5/+5
* first step to the setsockopt/getsockopt interface as described inprovos1998-05-181-2/+2
* bad types; wileyc@sekiya.twics.co.jpderaadt1998-02-031-2/+2
* Add missing (implied) int to a variable declaration; thorpejderaadt1997-11-241-2/+2
* indentderaadt1997-08-261-16/+16
* ensure urgent is within window; TCP/IP Illustrated Vol 2, checked by Andreas.Gunnarsson@emw.ericsson.sederaadt1997-06-191-3/+6
* Close TCP receive window when we cannot receive data; suggested by Darrentholo1996-09-121-3/+5
* TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335)tholo1996-09-121-5/+8
* Fix from Lite2tholo1996-03-141-5/+8
* From NetBSD: 960217 mergeniklas1996-03-031-1/+7
* initial import of NetBSD treederaadt1995-10-181-0/+604