I mentioned in my first note that another machine had a similar setup and
wasn't failing.  We tried multiple times to log in the the ISP, and found that
it WAS failing, just not as often.

I looked at the source code and found that the messages I'm getting are comming
out of ppp_tty_read() because the buffer given to the routine was too small (1
byte) to receive the data waiting (24 bytes), so it throws it away.

I'm wondering if this is just their way of vacuuming out old data, or is there
a bug in the pppd that every once in a while it passes in a buffer that is too
small to receive the data, and once it happens, it keeps perpetuating it's self
until the connection fails?

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to