/workspaces/astro/sol3-sdk/msg/sol3/core/msg/exchange_config.fbs File Reference

Space-ng SDK: /workspaces/astro/sol3-sdk/msg/sol3/core/msg/exchange_config.fbs File Reference
Space-ng SDK
exchange_config.fbs File Reference

Variables

table ShmemExchangeMapping
 
local_port __pad0__
 
peer_endpoint __pad1__
 Peer UNIX socket endpoint path that should serve matching traffic. More...
 
peer_port __pad2__
 
table ExchangeConfig
 Routing configuration loaded by an Exchange at startup. More...
 
file_identifier SXCF
 

Variable Documentation

◆ __pad0__

local_port __pad0__

Local logical port to match. Use 0 as a wildcard fallback that matches any requested local port.

◆ __pad1__

peer_endpoint __pad1__

Peer UNIX socket endpoint path that should serve matching traffic.

◆ __pad2__

peer_port __pad2__

Peer logical port to read from. Use 0 to reuse the requested local port on the peer. Combined with local_port = 0, this creates a full wildcard fallback.

◆ ExchangeConfig

root_type ExchangeConfig
Initial value:
{
table ShmemExchangeMapping
Definition: exchange_config.fbs:5

Routing configuration loaded by an Exchange at startup.

◆ ShmemExchangeMapping

table ShmemExchangeMapping
Initial value:
{
local_endpoint: string

A single routing rule used by a Buffer Exchange to resolve a local port to a peer endpoint and peer port.

◆ SXCF

file_identifier SXCF