reduce msleep interval from 250 to 1 ms in ppp

This commit is contained in:
jani 2004-11-09 13:03:32 +00:00
parent 8afd3e882e
commit 6b0852a21f

View File

@ -1236,7 +1236,7 @@ static void pppMain(void *arg)
pppInProc(pd, p->payload, c);
} else {
PPPDEBUG((LOG_DEBUG, "pppMainWakeup: unit %d sio_read len=%d returned %d\n", pd, p->len, c));
sys_msleep(250); /* give other tasks a chance to run */
sys_msleep(1); /* give other tasks a chance to run */
}
}
}