CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2012/01/17 19:02:53
Modified files: sys/net : pipex.c Log message: Fix a problem that causes LCP keepalive timeout. In case the ack number of a packet that is passed to the userland has not incremented, `pipex' passed the packet mistakenly with invalid ack number. Then `npppd' will drop these packets, so that caused the problem. tested jmatthew ok jmatthew