Skip to content
Snippets Groups Projects
Commit 14fd1b86 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

ulog_stream_ack.msg: lower timeout & increase max retries

We expect a short round-trip time, so lowering the retry timeout will
increase throughput on links with high drop rate.
parent d54e2261
No related branches found
No related tags found
No related merge requests found
# Ack a previously sent ulog_stream message that had
# the NEED_ACK flag set
int32 ACK_TIMEOUT = 300 # timeout waiting for an ack until we retry to send the message [ms]
int32 ACK_MAX_TRIES = 9 # maximum amount of tries to (re-)send a message, each time waiting ACK_TIMEOUT ms
int32 ACK_TIMEOUT = 50 # timeout waiting for an ack until we retry to send the message [ms]
int32 ACK_MAX_TRIES = 50 # maximum amount of tries to (re-)send a message, each time waiting ACK_TIMEOUT ms
uint16 sequence
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment