Re: Can net.inet.tcp.msl be set per interface?

2011-05-28 Thread K. Macy
Unfortunately msl is a global variable: tcp_timer.c: int tcp_msl; SYSCTL_PROC(_net_inet_tcp, OID_AUTO, msl, CTLTYPE_INT|CTLFLAG_RW, &tcp_msl, 0, sysctl_msec_to_ticks, "I", "Maximum segment lifetime"); Sockets or rather inpcbs in timewait are maintained on a per-vnet list. Since tcp_twst

Re: Can net.inet.tcp.msl be set per interface?

2011-05-28 Thread Tom Worster
Thanks, Kip, good to know. I partly understand what you said, especially the last sentence, which I rather like. As a next step I should ask the TCP cognoscenti if this kind of tuning is as wise as I imagine. Tom On 5/28/11 9:09 AM, "K. Macy" wrote: >Unfortunately msl is a global variable:

brcm80211 port

2011-05-28 Thread Michael Murphy
Is the brcm80211 driver going to be ported to FreeBSD? http://linuxwireless.org/en/users/Drivers/brcm80211 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubs

Re: brcm80211 port

2011-05-28 Thread Adrian Chadd
On 28 May 2011 23:38, Michael Murphy wrote: > Is the brcm80211 driver going to be ported to FreeBSD? > > http://linuxwireless.org/en/users/Drivers/brcm80211 If someone wants to do the port, sure. :) The two wireless developers at the moment (Bernhard and I) are busy focusing on other chipsets. W