RE: Bug in tcp_output?

2010-03-22 Thread Chris Harrer
The "clean" version does indeed work as expected. Again, sorry for the "noise". Thanks. Chris -Original Message- From: Rui Paulo [mailto:rpa...@gmail.com] On Behalf Of Rui Paulo Sent: Sunday, March 21, 2010 9:15 AM To: Bruce Evans Cc: Chris Harrer; freebsd-net@freebsd.org

Bug in tcp_output?

2010-03-18 Thread Chris Harrer
Hi All, In the following block of code, running on a x86_64 platform, I believe that cwin should be declared as an int: /* * If snd_nxt == snd_max and we have transmitted a FIN, the * offset will be > 0 even if so_snd.sb_cc is 0, resulting in * a negative

RE: RELENG 6.2 Slow Start Question

2007-05-11 Thread Chris Harrer
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Harrer Sent: Thursday, May 10, 2007 2:03 PM To: freebsd-net@freebsd.org Subject: RELENG 6.2 Slow Start Question Hello All, This is my first time posting a message to this list, so please excuse me if this is not an appropriate message for this list (i

RELENG 6.2 Slow Start Question

2007-05-10 Thread Chris Harrer
Hello All, This is my first time posting a message to this list, so please excuse me if this is not an appropriate message for this list (if it is inappropriate, could you please direct me to a more appropriate place?). I've been looking at some slow start code in the FreeBSD 6.2 RELENG, in parti