CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/20 06:27:41
Modified files:
sys/net : if_pppx.c
Log message:
Set `if_snd' queue maximum length to 1. This enforces calls of
pppx_if_qstart() and pppac_qstart() with netlock held. Otherwise we can't
be sure about netlock status while performing these handlers.
Problem reported by Glen Faustino.
ok yasuoka@
