Enum TimestampFlag

File: Network/IPv4/IPDatagram.msg

The timestamp flag uses the same numeric values as the IP Protocol

Enum values:

Name Value Description
IP_TIMESTAMP_TIMESTAMP_ONLY 0
IP_TIMESTAMP_WITH_ADDRESS 1
IP_TIMESTAMP_SENDER_INIT_ADDRESS 3

Source code:

enum TimestampFlag
{
    IP_TIMESTAMP_TIMESTAMP_ONLY = 0;
    IP_TIMESTAMP_WITH_ADDRESS = 1;
    IP_TIMESTAMP_SENDER_INIT_ADDRESS = 3;
};