Variable Header.ID

A 16 bit identifier assigned by the program that generates any kind of query. This identifier is copied the corresponding reply and can be used by the requester to match up replies to outstanding queries.

struct Header
{
  // ...
  ushort ID ;
  // ...
}