8-bit time-to-live.
int get ttl => extractUint32Bits(_v2, 24, 0xFF);
set ttl(int value) { _v2 = transformUint32Bits(_v2, 0, 0xFF, value); }