pub const REPLAY_CREDENTIALS_GID: u32 = 999_888_777;Expand description
GID stamped onto replay-injected DogStatsD packets via SCM_CREDENTIALS.
The replay sender stamps this value as the gid field of the ancillary credentials block and packs the original
captured PID into the uid field. The DogStatsD UDS listener uses this GID as the signal to recover the original
PID from uid and route origin resolution against the captured tagger state instead of the live workload provider.