Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -4/+5 | |
| | | | | and in_pcblookuphash. | |||||
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -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'. | wollman | 1995-02-17 | 1 | -1/+2 | |
| | | | | Submitted by: David Greenman, Rod Grimes, Christoph Kukulies | |||||
* | Correctly initialize so_linger in ticks (not seconds). | wollman | 1995-02-16 | 1 | -3/+3 | |
| | | | | Obtained from: Stevens, vol. 2, p. 1010 | |||||
* | Transaction TCP support now standard. Hack away! | wollman | 1995-02-16 | 1 | -48/+0 | |
| | ||||||
* | Add lots of useful MIB variables and a few not-so-useful ones for | wollman | 1995-02-16 | 1 | -9/+22 | |
| | | | | completeness. | |||||
* | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | wollman | 1995-02-09 | 1 | -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 either | wollman | 1994-12-15 | 1 | -1/+22 | |
| | | | | end. | |||||
* | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | dg | 1994-09-15 | 1 | -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$ | dg | 1994-08-02 | 1 | -0/+1 | |
| | ||||||
* | Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef | dg | 1994-05-29 | 1 | -2/+12 | |
| | | | | to set it to 4k. | |||||
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -1/+1 | |
| | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman | |||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+517 | |