Time Handling
OS-independent timing functions and types for the
su library.
More...
Detailed Description
OS-independent timing functions and types for the
su library.
The su library provides three different time formats with different ranges and epochs in <sofia-sip/su_time.h>:
- su_time_t, second and microsecond as 32-bit values since 1900,
- su_duration_t, milliseconds between two times, and
- su_ntp_t, standard NTP timestamp (seconds since 1900 as a fixed-point 64-bit value with 32 bits representing subsecond value).