Overrideable constants
Static configuration pieces that affect compilation
const
const-- This can be overridden with -const "TARGET_PEER_ID = \"other peer id\""
const TARGET_PEER_ID ?= "this is a target peer id"
-- This constant cannot be overridden
const SERVICE_ID = "service id"Last updated
Was this helpful?