Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 4.4-Lite-2: update version number (we already have the same fixes). | wollman | 1995-09-22 | 1 | -5/+4 |
| | | | | Obtained from: 4.4BSD-Lite-2 | ||||
* | Add support in TCP for Path MTU discovery. This is highly experimental | wollman | 1995-09-20 | 1 | -6/+18 |
| | | | | | | | and gated on `options MTUDISC' in the source. It is also practically untested becausse (sniff!) I don't have easy access to a network with an MTU of less than an Ethernet. If you have a small MTU network, please try it and tell me if it works! | ||||
* | If tcp_output() is unable to allocate space for a copy of the data waiting | wollman | 1995-09-13 | 1 | -3/+6 |
| | | | | | | | | | to be sent, just clean up and return ENOBUFS rather than silently proceeding without sending any of the data. This makes it consistent with the `#ifdef notyet' case immediately above. Reviewed by: Andras Olah <olah@freebsd.org> Obtained from: Lite-2 | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -11/+11 |
| | |||||
* | Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. | dg | 1995-05-09 | 1 | -4/+4 |
| | |||||
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -1/+2 |
| | | | | and in_pcblookuphash. | ||||
* | Transaction TCP support now standard. Hack away! | wollman | 1995-02-16 | 1 | -23/+1 |
| | |||||
* | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | wollman | 1995-02-09 | 1 | -15/+145 |
| | | | | | | | | | 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). | ||||
* | Kill previous commit as it isn't necessary. | dg | 1995-01-26 | 1 | -6/+1 |
| | |||||
* | Extended the previous change to cover the non-options case, too. | dg | 1995-01-24 | 1 | -1/+6 |
| | |||||
* | Applied fix from Andreas Schulz with a different comment by me. Fixes a | dg | 1995-01-23 | 1 | -1/+6 |
| | | | | | | bug where TCP connections are closed prematurely. Submitted by: Andreas Schulz | ||||
* | 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 |
| | |||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+599 |