Re: TCP SACK option

2003-02-19 Thread Terry Lambert
Mike Silbersack wrote: > On Tue, 18 Feb 2003, Terry Lambert wrote: > > See: > > > > http://www.psc.edu/networking/tcp.html > > > > The code is an easy port. The TCP Rate Halving is a much better > > approach to the same problem. Code for that is also there, and is > > also an easy port. >

Re: TCP SACK option

2003-02-18 Thread Mike Silbersack
On Tue, 18 Feb 2003, Terry Lambert wrote: > See: > > http://www.psc.edu/networking/tcp.html > > The code is an easy port. The TCP Rate Halving is a much better > approach to the same problem. Code for that is also there, and is > also an easy port. > > -- Terry But Terry, his homework is

Re: TCP SACK option

2003-02-18 Thread Terry Lambert
See: http://www.psc.edu/networking/tcp.html The code is an easy port. The TCP Rate Halving is a much better approach to the same problem. Code for that is also there, and is also an easy port. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in th

TCP SACK option

2003-02-18 Thread Gokul Poduval
Hello, I am running FreeBSD 4.5 on some machines for some TCP related experiments. When sending SYN packets, I observe that the SACK Permitted option isnt sent. Also there seems to be no sysctl interface to enable SACK in the GENERIC kernel. How do I enable SACK in FreeBSD 4.5 ? Yours Sin