NetBSD/sys/netinet
thorpej 3a9ed00799 Document that we are more conservative after doing MTU discovery than the
suggestion in draft-floyd-incr-init-win-03.  Rather than scaling cwnd back
by the ratio of new segment size to old segment size, we perform a slow start
using the Initial Window, computed with the new segment size.
1998-07-17 23:09:58 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
fil.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
icmp_var.h
if_arp.c defopt INET, NETATALK. 1998-07-05 00:51:04 +00:00
if_atm.c defopt NATM. 1998-07-05 22:48:05 +00:00
if_atm.h
if_ether.h
if_inarp.h
igmp.c
igmp.h
igmp_var.h
in.c Garbage-collect ``needs-flag'' from attributes ether, fddi, arc: 1998-07-05 22:29:51 +00:00
in.h
in_cksum.c
in_pcb.c
in_pcb.h
in_proto.c Garbage collect `imp' and `hy'. We don't have the rest of the code, and 1998-07-15 17:39:20 +00:00
in_systm.h
in_var.h Put original hash function back. It wastes a little bit of space, but is much more even -- think of the case of a web service provider, some of whose customers end up getting 'inferior service' because they're on addresses that happen to be out at the end of a hash chain. With webservers with thousands of addresses, this is a real issue. If the wasted space is a big deal, we could pick a prime number that's slightly _less_ than a power of two... 1998-07-16 06:45:09 +00:00
ip.h
ip_auth.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_auth.h
ip_compat.h Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_fil.c Fix PR5559: if fast-forwarding, DF set, and packet too large, send ICMP error.. 1998-07-17 00:35:23 +00:00
ip_fil.h Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_flow.c Truncate mbufs to the correct length before forwarding; fixes pr5560 1998-06-10 00:47:57 +00:00
ip_frag.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_frag.h Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:24:36 +00:00
ip_ftp_pxy.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_icmp.c
ip_icmp.h
ip_input.c Fix PR5508: ipfil cut-through forwarding causes panic 1998-07-17 00:28:00 +00:00
ip_log.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_mroute.c
ip_mroute.h
ip_nat.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_nat.h Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:24:36 +00:00
ip_output.c Fix PR5508: ipfil cut-through forwarding causes panic 1998-07-17 00:28:00 +00:00
ip_proxy.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_proxy.h
ip_state.c Resolve conflicts from the import. 1998-07-12 15:23:59 +00:00
ip_state.h Resolve conflicts from the import of IPFilter 3.2.7. 1998-05-29 20:24:36 +00:00
ip_var.h In addition to the IP flow hash table, put the flows on a list. The table 1998-06-02 15:48:03 +00:00
raw_ip.c
tcp.h
tcp_debug.c
tcp_debug.h
tcp_fsm.h Back out the change from TCP/IP vol 2, in revision 1.7, which removed TH_FIN 1998-07-09 05:49:56 +00:00
tcp_input.c Clarify that we are using the Loss Window if a retransmission occurred 1998-07-17 22:58:56 +00:00
tcp_output.c Add a comment wrt. a current issue w/ CWM. 1998-07-17 23:00:02 +00:00
tcp_seq.h
tcp_subr.c Document that we are more conservative after doing MTU discovery than the 1998-07-17 23:09:58 +00:00
tcp_timer.c Comment where we use the Loss Window. 1998-07-17 22:18:49 +00:00
tcp_timer.h
tcp_usrreq.c
tcp_var.h
tcpip.h
udp.h
udp_usrreq.c
udp_var.h