Skip to content
Discussion options

You must be logged in to vote

Not sure which parameter was the solution, but this is the configuration of my file:
reliable_routes_blocking: false,
transport: {
unicast: {
lowlatency: false,
qos: {enabled: true,},
compression: {enabled: true,},
},
multicast: {
qos: {enabled: true,},
compression: {enabled: true,},
},
link: {
protocols: ["udp"],
tx: {
lease: 60000,
keep_alive: 4,
batch_size: 65535
},
rx: {
buffer_size: 65535,
max_message_size: 16777216
},
},
},

scouting: {
delay: 15000,
multicast: {enabled: false,},
gossip: {
enabled: true,
target: { peer: ["router", "peer"] },
autoconnect: { peer: ["router", "peer"] },
},
},
I also set the ‘pub_priorities’ parameter for certain topics that were not being sent well. For…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@andrea-aurea
Comment options

@fuzzypixelz
Comment options

@andrea-aurea
Comment options

Answer selected by andrea-aurea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants