sockopt SO_TIMESTAMP

The timestamp returned with the SO_TIMESTAMP option, although residing
in a struct timeval, is NOT in seconds and microseconds. Is this going
to be documented and/or changed in a future release? I have code that
depends on the current format, and would like to know if I’ll have to
modify it for the next release.

Murf

This is a bug, so expect it to change.

-seanb

John A. Murphy <murf@perftech.com> wrote:

The timestamp returned with the SO_TIMESTAMP option, although residing
in a struct timeval, is NOT in seconds and microseconds. Is this going
to be documented and/or changed in a future release? I have code that
depends on the current format, and would like to know if I’ll have to
modify it for the next release.

Murf