summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-3/+1
| | | | | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter. Notes: svn path=/head/; revision=2112
* Added $Id$David Greenman1994-08-021-0/+1
| | | | Notes: svn path=/head/; revision=1817
* Fixed bug with Nagel Congestion Avoidance where a tcp connection wouldDavid Greenman1994-08-011-1/+19
| | | | | | | | stall unnecessarily - always send an ACK when a packet len of < mss is received. Notes: svn path=/head/; revision=1812
* Added missing ntohl()'s that are needed before calling IN_MULTICAST inDavid Greenman1994-05-261-2/+2
| | | | | | | | a couple of places. Submitted by: Johannes Helander Notes: svn path=/head/; revision=1565
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-4/+4
| | | | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman Notes: svn path=/head/; revision=1549
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1647
Notes: svn path=/head/; revision=1541