Re: cvs commit: src/sys/netinet tcp_var.h

2008-04-22 Thread Bjoern A. Zeeb
On Sun, 20 Apr 2008, Bjoern A. Zeeb wrote: bz 2008-04-20 18:36:59 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Revert to rev. 1.161 - switch back to optimized TCP options ordering. remove the 'to' here. This was a backout of revision 1.161.

Re: cvs commit: src/sys/netinet tcp_var.h

2008-04-20 Thread Bjoern A. Zeeb
On Sun, 20 Apr 2008, Bjoern A. Zeeb wrote: bz 2008-04-20 18:36:59 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Revert to rev. 1.161 - switch back to optimized TCP options ordering. A lot of testing has shown that the problem people were seein

Re: cvs commit: src/sys/netinet tcp_var.h

2008-02-25 Thread Bjoern A. Zeeb
On Sun, 24 Feb 2008, Mike Silbersack wrote: silby 2008-02-24 05:13:20 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Change FreeBSD 7 so that it returns TCP options in the same order that FreeBSD 6 and before did. Doug White and the other bloodho

Re: cvs commit: src/sys/netinet tcp_var.h

2008-02-24 Thread Mike Silbersack
On Sun, 24 Feb 2008, Andre Oppermann wrote: Could you be more specific on which models/firmware choke on this? I'd like to document all known broken devices and share the information with other TCP implementors. Also I want to try to contact the vendor and have them fix the issue. -- Andre

Re: cvs commit: src/sys/netinet tcp_var.h

2008-02-24 Thread Andre Oppermann
Mike Silbersack wrote: silby 2008-02-24 05:13:20 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Change FreeBSD 7 so that it returns TCP options in the same order that FreeBSD 6 and before did. Doug White and the other bloodhounds at ISC d

Re: cvs commit: src/sys/netinet tcp_var.h

2006-06-19 Thread John Baldwin
On Sunday 18 June 2006 09:19, Andre Oppermann wrote: > Bjoern A. Zeeb wrote: > > On Sun, 18 Jun 2006, Sam Leffler wrote: > > > >> Andre Oppermann wrote: > >>> andre 2006-06-17 17:57:36 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> sys/netinet tcp_v

Re: cvs commit: src/sys/netinet tcp_var.h

2006-06-18 Thread Robert Watson
On Sun, 18 Jun 2006, Andre Oppermann wrote: I hadn't seen a patch or any numbers in this months arch@ or net@ archives (maybe I missed it?). At the current phase of network stack hacking we should take the time to get these kind of changes benchmarked under various loads from different people

Re: cvs commit: src/sys/netinet tcp_var.h

2006-06-18 Thread Andre Oppermann
Bjoern A. Zeeb wrote: On Sun, 18 Jun 2006, Sam Leffler wrote: Andre Oppermann wrote: andre 2006-06-17 17:57:36 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Rearrange fields in struct syncache and syncache_head to make them more cache li

Re: cvs commit: src/sys/netinet tcp_var.h

2006-06-18 Thread Bjoern A. Zeeb
On Sun, 18 Jun 2006, Sam Leffler wrote: Andre Oppermann wrote: andre 2006-06-17 17:57:36 UTC FreeBSD src repository Modified files: sys/netinet tcp_var.h Log: Rearrange fields in struct syncache and syncache_head to make them more cache line friendly. Got any be

Re: cvs commit: src/sys/netinet tcp_var.h

2006-06-18 Thread Sam Leffler
Andre Oppermann wrote: > andre 2006-06-17 17:57:36 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_var.h > Log: > Rearrange fields in struct syncache and syncache_head to make them more > cache line friendly. Got any benchmarks to back this up?