maxId constant

int const maxId

The maximum reflector id (2^32) TODO: The specification says 2^53-1, but this throws an error saying <= 2^32.

Implementation

static const int maxId = 0xFFFFFFFF;