NetBSD/sys/netinet
cgd ec3f94cfcd fix from david greenman, davidg@freefall.cdrom.com:
fixed bug where large amounts of unidirectional UDP traffic would fill
the interface output queue and further udp packets would be fragmented
and only partially sent - keeping the output queue full and jamming the
network, but not actually getting any real work done (because you can't
send just 'part' of a udp packet - if you fragment it, you must send
the whole thing). The fix involves adding a check to make sure that the
output queue has sufficient space for all of the fragments.
1993-11-05 23:06:26 +00:00
..
icmp_var.h
if_arp.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
if_arp.h Add definition for reverse address resolution protocol. 1993-09-05 00:52:15 +00:00
if_ether.c ANSIfications - removed all implicit function return types and argument 1993-06-27 06:01:27 +00:00
if_ether.h Add definition for reverse address resolution protocol. 1993-09-05 00:52:15 +00:00
if_inarp.h Add definition for reverse address resolution protocol. 1993-09-05 00:52:15 +00:00
in.c patch from Yuval Yarom, sent to me by <andrew@werple.apana.org.au> 1993-06-10 05:16:46 +00:00
in.h
in_cksum.c
in_pcb.c The latest patch was hosed. There is some program that I used which 1993-06-11 09:12:21 +00:00
in_pcb.h
in_proto.c
in_systm.h
in_var.h
ip.h
ip_icmp.c
ip_icmp.h
ip_input.c
ip_output.c fix from david greenman, davidg@freefall.cdrom.com: 1993-11-05 23:06:26 +00:00
ip_var.h
raw_ip.c
tcp.h
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c
tcp_output.c
tcp_seq.h
tcp_subr.c
tcp_timer.c
tcp_timer.h
tcp_usrreq.c bump sendspace and recvspace up to 8k each; rod says 1993-06-15 02:25:26 +00:00
tcp_var.h
tcpip.h
udp.h
udp_usrreq.c
udp_var.h