mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-23 18:33:24 +08:00
a25ab4af5d
other ppp ports. - XXX: we don't check for the exact version of new features added, so this might not compile for all post 1.3 versions. It should be trivial to fix. - ppp can delay the last packet so check: && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head || sc->sc_outm)) { instead of just: && (sc->sc_if.if_snd.ifq_head || sc->sc_fastq.ifq_head)) { - glue in ipflow fast forwarding. - Only run pppasyncstart (sc->sc_start) from the netisr handler. This allows pppoutput to be called from splimp (e.g., when ipflow is in use.) without requiring pppasyncstart to run at splimp. - defopt INET, NETATALK - Remove force argument to pppstart; it is not necessary anymore. |
||
---|---|---|
.. | ||
bsd-comp.c | ||
if_ppp.c | ||
if_pppvar.h | ||
kinstall.sh | ||
Makefile.top | ||
ppp_tty.c | ||
ppp-deflate.c | ||
slcompress.c | ||
slcompress.h |