in reply to Re^3: XDR encoded packet over udp socketin thread XDR encoded packet over udp socket
// magic value for messages const uint32_t MSG_MAGIC = 0x46474653; // "FGFS" // protocoll version const uint32_t PROTO_VER = 0x00010001; // 1.1 [download]