Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
20d90204b80c5ffe85bb965fc318622f0d091dd1
/
.
/
aos
/
network
/
sctp_config.fbs
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
;