HubInfo.reservedUUIDs

First number of the 4,294,967,296 (2^32) reserved by the hub to create the node's UUIDs. Every UUID generated by the node is formed by the server's id (most signicant) and the next reserved uuid (least significant). This way every UUID in the hub and in the connected nodes is always different.

class HubInfo
ulong reservedUUIDs;

Meta