Re: TCP/IP over USB

2004-12-22 Thread Pat Lashley
--On Wednesday, December 15, 2004 18:12:57 +0900 Sangwoo Shim <[EMAIL PROTECTED]> wrote: I would like to establish a TCP/IP connection over USB between my FreeBSD box and my PDA (Sharp Zaurus SL-6000L) that has a USB host port. I've read that udbp can be used for this purpose, but I have not found

question on tcp_syn_backoff

2004-12-22 Thread Li, Qing
I'm trying to understand the logics behind tcp_syn_backoff. Was this a change associated with revision 1.40 date: 2001/02/26 authro: jlemon Does this change have anything to do with RFC-3390 ? -- Qing

Re: TCP URG point

2004-12-22 Thread Justin Walker
On Dec 22, 2004, at 13:16, Andre Oppermann wrote: Li, Qing wrote: It appears the TCP urgent pointer is off by 1. In RFC-1122, section 4.2.2.4 on Page 83 describes the urgent pointer error in RFC-793. The 6.0-CURRENT code has the urgent pointer set to (LAST+1)

Re: TCP URG point

2004-12-22 Thread Andre Oppermann
Li, Qing wrote: It appears the TCP urgent pointer is off by 1. In RFC-1122, section 4.2.2.4 on Page 83 describes the urgent pointer error in RFC-793. The 6.0-CURRENT code has the urgent pointer set to (LAST+1). Any comments before I sent a PR ? No, please do

TCP URG point

2004-12-22 Thread Li, Qing
It appears the TCP urgent pointer is off by 1. In RFC-1122, section 4.2.2.4 on Page 83 describes the urgent pointer error in RFC-793. The 6.0-CURRENT code has the urgent pointer set to (LAST+1). Any comments before I sent a PR ? -- Qing _