summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-4/+5
| | | | and in_pcblookuphash.
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-6/+4
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* Include missing <sys/kernel.h> for `hz'.wollman1995-02-171-1/+2
| | | | Submitted by: David Greenman, Rod Grimes, Christoph Kukulies
* Correctly initialize so_linger in ticks (not seconds).wollman1995-02-161-3/+3
| | | | Obtained from: Stevens, vol. 2, p. 1010
* Transaction TCP support now standard. Hack away!wollman1995-02-161-48/+0
|
* Add lots of useful MIB variables and a few not-so-useful ones forwollman1995-02-161-9/+22
| | | | completeness.
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-2/+199
| | | | | | | | | Bob Braden <braden@isi.edu>. NB: This has not had David's TCP ACK hack re-integrated. It is not clear what the correct solution to this problem is, if any. If a better solution doesn't pop up in response to this message, I'll put David's code back in (or he's welcome to do so himself).
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherwollman1994-12-151-1/+22
| | | | end.
* Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.dg1994-09-151-1/+5
| | | | | Fixed somebody's idea of a joke - about the first half of the lines in in_proto.c were spaced over by one space.
* Added $Id$dg1994-08-021-0/+1
|
* Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdefdg1994-05-291-2/+12
| | | | to set it to 4k.
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+517
OpenPOWER on IntegriCloud