#270 closed enhancement (fixed)
network initialization is slower than necessary
Reported by: | Eric Norum | Owned by: | Eric Norum |
---|---|---|---|
Priority: | lowest | Milestone: | 2 |
Component: | network/legacy | Version: | unknown |
Severity: | minor | Keywords: | |
Cc: | bugs@…, joel.sherrill@… | Blocked By: | |
Blocking: |
Description
The BSD network code expects that the value of the number of seconds since boot is non-zero. The RTEMS network initialization code assures this by waiting for a second. A more efficient technique is to simply wait until the number of seconds since boot is non-zero.
Release:
RTEMS-CVS
Change History (1)
comment:1 Changed on 08/20/02 at 14:54:44 by Joel Sherrill
Status: | assigned → closed |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: open->closed
State-Changed-Why: Patch applied. Thank you.