Skip to main content

Module syscall_ids

Module syscall_ids 

Source
Expand description

Syscall identifier string constants — the IR-level contract between compiler (gate emission) and runtime (dispatch).

Constants§

ATTR_DEADLINE_NS
i64 deadline in nanoseconds (reference-clock epoch).
ATTR_PEER
PeerId-typed value name. Used by backoff + peer-health gates.
DEFAULT_PER_HOP_BUDGET_NS
Default per-hop budget (100 ms) for sizing async wire-Send deadlines. derive_wire_deadlines multiplies static chain_depth by this; NodeConfig can override per-Node.
FRAMEWORK_DOMAIN
Framework reverse-DNS root.
NETWORK_DOMAIN
Domain for peer-sampling + gossip-substrate ops. Distinct from WIRE_DOMAIN.
NETWORK_OPSET_VERSION
Network opset version.
OP_BACKOFF_GATE_RX
Receive-side backoff gate upstream of high-volume Recvs.
OP_BACKOFF_GATE_TX
Send-side backoff gate.
OP_CONSTANT
Emit a literal from a TensorProto / BytesProto attribute.
OP_DEADLINE_CHECK
Deadline gate on the protected op’s first input.
OP_DEDUP_GATE_RX
Drop duplicate-arrival Recv envelopes.
OP_GATE_DISPATCH
Multi-edge synchronization barrier.
OP_PASS_THROUGH
Structural identity — threads a value through a partition.
OP_PEER_HEALTH_GATE_RX
Fast-fail inbound envelopes from unhealthy peers (φ-accrual).
OP_PEER_HEALTH_GATE_TX
Fast-fail outbound envelopes to unhealthy peers (φ-accrual).
OP_TEE
Fan a single input to N outputs via SlotValue::clone_boxed.
OP_WIRE_RECV
Wire recv. Paired with Send by WIRE_ID_KEY.
OP_WIRE_SEND
Wire send.
SERVICE_DOMAIN
Domain for service / module lowering ops.
SERVICE_OPSET_VERSION
Service opset version.
SYSCALL_DOMAIN
Domain for every framework-emitted syscall (compiler gates, pass_through, gate_dispatch).
SYSCALL_OPSET_VERSION
Framework syscall opset version. Bumps on dispatch-shape changes downstream nodes cannot satisfy.
WIRE_DOMAIN
Domain for the wire opset (Send + Recv).
WIRE_OPSET_VERSION
Wire opset version.