summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_output.c (follow)
Commit message (Collapse)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
| | | | | | | | by Hari Balakrishnan (hari@lcs.mit.edu), Tom Henderson (tomh@cs.berkeley.edu) and Venkat Padmanabhan (padmanab@cs.berkeley.edu) as part of the Daedalus research group at the University of California, (http://daedalus.cs.berkeley.edu). [I was able to do this on time spent at the Center for Information Technology Integration (citi.umich.edu)]
* - fix three bugs pointed out in Stevens, i.a. updating timestamps correctlyprovos1998-10-281-5/+5
| | | | | | | | | | - fix a 4.4bsd-lite2 bug, when tcp options are present the maximum segment size is not updated correctly, so that fast recovery forces out a segment which is split in two segments by tcp_output(), the fix is adpated from FreeBSD, the effective mss is recorded after option negotiation in 3way handshake. [I was able to fix this on time spent at Center for Information Technology Integration (citi.umich.edu)]
* first step to the setsockopt/getsockopt interface as described inprovos1998-05-181-2/+2
| | | | | | | draft-mcdonald-simple-ipsec-api, kernel notifies (EMT_REQUESTSA) signal userland key management applications when security services are requested. this is only for outgoing connections at the moment, incoming packets are not yet checked against the selected socket policy.
* 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
| | | | Reed. Also make a conditional easier to read.
* 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