cvs commit: src/sys/netinet tcp_var.h

2008-07-31 Thread Kip Macy
kmacy 2008-07-31 22:47:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet tcp_var.h Log: SVN rev 181078 on 2008-07-31 22:47:36Z by kmacy make tcp_var.h independent of sockopt.h Revision ChangesPath 1.157.2.5 +2 -0

cvs commit: src/sys/netinet tcp_var.h

2008-07-29 Thread Kip Macy
kmacy 2008-07-30 00:20:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet tcp_var.h Log: SVN rev 180978 on 2008-07-30 00:20:04Z by kmacy MFC TOE defines Revision ChangesPath 1.157.2.4 +4 -1 src/sys/netinet/tcp_va

cvs commit: src/sys/netinet tcp_var.h

2008-04-22 Thread Bjoern A. Zeeb
bz 2008-04-22 11:57:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet tcp_var.h Log: MFC: rev. 1.162 Back out rev. 1.161 (1.157.2.2) and switch back to optimized TCP options ordering. A lot of testing has shown tha

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

cvs commit: src/sys/netinet tcp_var.h

2008-04-20 Thread Bjoern A. Zeeb
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 seeing was due to invalid padding after

cvs commit: src/sys/netinet tcp_var.h

2008-03-10 Thread Mike Silbersack
silby 2008-03-11 06:34:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet tcp_var.h Log: MFC rev 1.160; Change tcp options order back to how it was in FreeBSD 6 to improve compatibility. Revision ChangesPath 1.157.2.2 +5

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

cvs commit: src/sys/netinet tcp_var.h

2008-02-23 Thread Mike Silbersack
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 discovered that while Fre

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?

cvs commit: src/sys/netinet tcp_var.h

2006-06-17 Thread Andre Oppermann
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. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes