Changeset 3fbcadf in rtems for testsuites/libtests

Timestamp:
11/16/12 13:17:31 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
7e32b62
Parents:
94eb1bb
git-author:
Sebastian Huber <sebastian.huber@…> (11/16/12 13:17:31)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/21/12 15:29:41)
Message:

libnetworking: Use rtems_clock_get_uptime_seconds

This reduces the start-up time of the network stack.

With a 1ms tick the ticks since boot value overflows after approximately
50 days. This problem is avoided with the
rtems_clock_get_uptime_seconds() function.

(No files)

Note: See TracChangeset for help on using the changeset viewer.