Skip to main content

DAEMON_PORT

Constant DAEMON_PORT 

Source
pub const DAEMON_PORT: u16 = 9887;
Expand description

Fixed loopback port for the gglib daemon’s management API.

Deliberately a compile-time constant rather than a setting: the daemon is the one process every client (CLI, desktop app, browser dashboard) must be able to find without configuration, and a configurable port would reopen the “two daemons on different ports” split-brain this constant closes.