blob: 4c1819b703837bd609a8c95d712136b1d172e887 [file] [log] [blame]
namespace aos.message_bridge;
// SCTP Configuration options for message bridge.
table SctpConfig {
// The authentication key to use.
key:[ubyte] (id: 0);
}
root_type SctpConfig;