NetBSD/sys/netinet
rmind d63e75f696 Pick the smallest possible TCP window scaling factor that will still allow
us to scale up to sb_max.  This might fix the problems with some firewalls.

Taken from FreeBSD (silby).
OK by <dyoung>.
2007-11-04 11:04:26 +00:00
..
files.ipfilter
files.netinet
icmp6.h
icmp_var.h
if_arp.c We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-02 19:42:21 +00:00
if_atm.c We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-05 05:29:35 +00:00
if_atm.h
if_ether.h
if_inarp.h
igmp_var.h
igmp.c
igmp.h
in4_cksum.c
in_cksum.c
in_gif.c
in_gif.h
in_ifattach.h
in_offload.c
in_offload.h
in_pcb_hdr.h
in_pcb.c Use sockaddr_in_init(). 2007-08-21 08:34:33 +00:00
in_pcb.h 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that 2007-09-19 04:33:42 +00:00
in_proto.c Work in progress: use a raw socket for GRE in IP encapsulation 2007-10-05 03:28:12 +00:00
in_proto.h
in_selsrc.c
in_selsrc.h
in_systm.h
in_var.h Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
in.c Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
in.h 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that 2007-09-19 04:33:42 +00:00
ip6.h
ip_carp.c machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
ip_carp.h
ip_ecn.c
ip_ecn.h
ip_encap.c
ip_encap.h
ip_etherip.c
ip_etherip.h
ip_flow.c Don't call rtcache_check() from the fast-forward code, which runs 2007-08-20 19:42:34 +00:00
ip_icmp.c Cosmetic: 0 -> NULL. Remove unnecessary cast. 2007-08-27 05:39:44 +00:00
ip_icmp.h
ip_id.c
ip_input.c Delete the unused second argument to ip_stripoptions(), move it 2007-10-02 20:35:04 +00:00
ip_mroute.c m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...). 2007-09-02 07:18:55 +00:00
ip_mroute.h
ip_output.c 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that 2007-09-19 04:33:42 +00:00
ip_var.h Delete the unused second argument to ip_stripoptions(), move it 2007-10-02 20:35:04 +00:00
ip.h
Makefile Work in progress: use a raw socket for GRE in IP encapsulation 2007-10-05 03:28:12 +00:00
pim_var.h
pim.h
raw_ip.c 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that 2007-09-19 04:33:42 +00:00
tcp_congctl.c Replace a simple lock with a mutex and make it static. 2007-07-11 21:34:16 +00:00
tcp_congctl.h
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Pick the smallest possible TCP window scaling factor that will still allow 2007-11-04 11:04:26 +00:00
tcp_output.c m_copy() was deprecated, apparently, long ago. m_copy(...) -> 2007-09-02 03:12:23 +00:00
tcp_sack.c
tcp_seq.h
tcp_subr.c TCP socket buffers automatic sizing - ported from FreeBSD. 2007-08-02 02:42:40 +00:00
tcp_timer.c
tcp_timer.h
tcp_usrreq.c Pick the smallest possible TCP window scaling factor that will still allow 2007-11-04 11:04:26 +00:00
tcp_var.h TCP socket buffers automatic sizing - ported from FreeBSD. 2007-08-02 02:42:40 +00:00
tcp.h TCP socket buffers automatic sizing - ported from FreeBSD. 2007-08-02 02:42:40 +00:00
tcpip.h
udp_usrreq.c m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...). 2007-09-02 07:18:55 +00:00
udp_var.h
udp.h