Add configurability for RMR low latency and fast ACK 92/4792/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 30 Sep 2020 09:34:00 +0000 (12:34 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 30 Sep 2020 09:34:00 +0000 (12:34 +0300)
commit5a6861191068d31051efdb453f8b97237c8eadb1
tree9c4703295e9cc6fa27f61233e69523a37666d95b
parent7032754482cc88c4a9cce424a4717de7165fee17
Add configurability for RMR low latency and fast ACK

Implement new configuration parameters 'lowLatency' and 'fastAck' into
xapp-frame to activate RMR's low latency (TCP NO_DELAY) feature and fast TCP
acknowledgements feature. By default, both of these features are disabled.
Note also that even if these features are activated in configuration, it
depends on the transport library underneath the RMR library whether the feature
is actually supported or not.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I720b325f6d3c23054c50b4a3548aed19d0725b5d
config/config-file.yaml
pkg/xapp/rmr.go