On Dec 18, 2007 6:51 PM, sqweek <[EMAIL PROTECTED]> wrote: > The buffer is PERFDMAX bytes, which appears to be 2*READMAX. READMAX > is 8192 based on what you've posted. In any case, the whole point of > the condition at the start of the loop (e - b->putnext < READMAX) is > to guarentee there is READMAX bytes left in the buffer.
yeah, I misread the code. We have found the problem. At some point the plan 9 client is sending a packet to the linux sshd server that it really hates. The server sends back an error with something like "bad message size 174585434" which, yes, looks bad. So we're building an ssdh from source to see what's going on. thanks ron
