/[lwip]/lwip/src/netif/ppp/ppp.c
ViewVC logotype

Diff of /lwip/src/netif/ppp/ppp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by likewise, Mon Jul 5 00:00:21 2004 UTC revision 1.9 by jani, Tue Nov 9 13:03:32 2004 UTC
# Line 1236  static void pppMain(void *arg) Line 1236  static void pppMain(void *arg)
1236                          pppInProc(pd, p->payload, c);                          pppInProc(pd, p->payload, c);
1237                  } else {                  } else {
1238                      PPPDEBUG((LOG_DEBUG, "pppMainWakeup: unit %d sio_read len=%d returned %d\n", pd, p->len, c));                      PPPDEBUG((LOG_DEBUG, "pppMainWakeup: unit %d sio_read len=%d returned %d\n", pd, p->len, c));
1239                      sys_msleep(250); /* give other tasks a chance to run */                      sys_msleep(1); /* give other tasks a chance to run */
1240                  }                  }
1241          }          }
1242      }      }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26