const ROUTER_CHANNEL_CAPACITY: usize = 1000;
Bounded channel capacity for the main router message queue.