History log of /netbsd-src/sys/netinet/tcp_subr.c (Results 276 – 297 of 297)
Revision Date Author Comments
# 14d9cd33 13-Feb-1996 christos <christos@NetBSD.org>

netinet prototypes


# 67e78477 31-Jan-1996 mycroft <mycroft@NetBSD.org>

Build a hash table of PCBs. Hash function needs tweaking.


# dfad729a 21-Nov-1995 cgd <cgd@NetBSD.org>

make netinet work on systems where pointers and longs are 64 bits
(like the alpha). Biggest problem: IP headers were overlayed with
structure which included pointers, and which therefore didn't over

make netinet work on systems where pointers and longs are 64 bits
(like the alpha). Biggest problem: IP headers were overlayed with
structure which included pointers, and which therefore didn't overlay
properly on 64-bit machines. Solution: instead of threading pointers
through IP header overlays, add a "queue element" structure to do
the threading, and point it at the ip headers.

show more ...


# 351cfd5e 12-Jun-1995 mycroft <mycroft@NetBSD.org>

Fix bogon in previous.


# 22687aa8 12-Jun-1995 mycroft <mycroft@NetBSD.org>

Change in_pcbnotify*() to take an errno value. Make inetctlerrmap[] an
array on ints, not u_chars.


# 10a46969 12-Jun-1995 mycroft <mycroft@NetBSD.org>

Oops. Make source quench work again.


# 6897f39a 12-Jun-1995 mycroft <mycroft@NetBSD.org>

Various cleanup, including:
* Convert several data structures to use queue.h.
* Split in_pcbnotify() into two parts; one for notifying a specific PCB, and
one for notifying all PCBs for a particular

Various cleanup, including:
* Convert several data structures to use queue.h.
* Split in_pcbnotify() into two parts; one for notifying a specific PCB, and
one for notifying all PCBs for a particular foreign address.

show more ...


# 2be9b519 11-Jun-1995 mycroft <mycroft@NetBSD.org>

As suggested by Brakmo and Peterson:
* Don't add the extra 1/8 of the mss when ramping up the congestion window.
* Scale the RTT values slightly to adjust for rounding errors.
* Set the lower bound o

As suggested by Brakmo and Peterson:
* Don't add the extra 1/8 of the mss when ramping up the congestion window.
* Scale the RTT values slightly to adjust for rounding errors.
* Set the lower bound of the RTO to RTT+2.

show more ...


# 0a995923 04-Jun-1995 mycroft <mycroft@NetBSD.org>

Clean up many more casts.


# 80929f85 13-Apr-1995 cgd <cgd@NetBSD.org>

be a bit more careful and explicit with types. (basically a large no-op.)


# 63bb09e6 14-Oct-1994 mycroft <mycroft@NetBSD.org>

Don't return received data to the user until the initial handshake is complete.
Also use TCPS_HAVEESTABLISHED() in a few other places.


# cf92afd6 29-Jun-1994 cgd <cgd@NetBSD.org>

New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'


# 07b4f2ab 13-May-1994 mycroft <mycroft@NetBSD.org>

Update to 4.4-Lite networking code, with a few local changes.


# 627b8417 10-Jan-1994 mycroft <mycroft@NetBSD.org>

Change the counters to be all the same type -- u_long.


# b79490fc 10-Jan-1994 mycroft <mycroft@NetBSD.org>

Should compile now with or without `options MULTICAST'.


# e4311718 08-Jan-1994 mycroft <mycroft@NetBSD.org>

Prototypes.


# 4fe12e6e 08-Jan-1994 mycroft <mycroft@NetBSD.org>

Fix some inconsistent spacing; spaces at the end of lines, etc.


# 95b048b5 18-Dec-1993 mycroft <mycroft@NetBSD.org>

Canonicalize all #includes.


# fe180295 22-May-1993 cgd <cgd@NetBSD.org>

add include of select.h if necessary for protos, or delete if extraneous


# 8d6c7788 18-May-1993 cgd <cgd@NetBSD.org>

make kernel select interface be one-stop shopping & clean it all up.


# 348f9280 12-Apr-1993 mycroft <mycroft@NetBSD.org>

Ignore forged ICMP_UNREACH with dport==0 and sport==0.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources


1...<<1112