summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/endpoint/endpoint.ini
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/endpoint/endpoint.ini')
-rw-r--r--lib/avtp_pipeline/endpoint/endpoint.ini29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/avtp_pipeline/endpoint/endpoint.ini b/lib/avtp_pipeline/endpoint/endpoint.ini
index 5138c661..aa69f13d 100644
--- a/lib/avtp_pipeline/endpoint/endpoint.ini
+++ b/lib/avtp_pipeline/endpoint/endpoint.ini
@@ -35,6 +35,35 @@ start_options = -u 60
# mode is AVB_SHAPER_SW.
#mode = 4
+[maap]
+
+# The endpoint can use the MAAP daemon to allocate a multicast address for
+# each stream, using the dest_addr value from the Talker configuration file
+# only as a backup in case the MAAP daemon is not available.
+# Set port to the localhost port used by the MAAP daemon if MAAP support is
+# desired.
+# If port is 0 (the default value), then the MAAP daemon is not used and the
+# endpoint always uses the dest_addr value.
+# Note that if the MAAP daemon is not available, and a dest_addr value is not
+# specified, then an address from beginning of the MAAP locally administered
+# Pool will be used. Due to the high likelihood of address conflicts,
+# relying on this backup method is not recommended.
+port=15364
+
+[shaper]
+
+# The endpoint can use the Shaper daemon to smooth the transmission of packets.
+# This is useful for situations where the batch_factor value in the Talker INI
+# file is set to a value greater than 1, and multiple frames are being
+# generated during the same callback. The batch_factor and Shaper daemon are
+# useful for situations where the CPU load needs to be reduced or callback
+# timing for the frame generation functions is unreliable.
+# Set port to the localhost port used by the Shaper daemon if Shaper support is
+# desired.
+# If port is 0 (the default value), then the Shaper daemon is not used and the
+# endpoint frames are transmitted at the time they are generated.
+#port=15365
+
[srp]
# To disable dynamic SRP operation in the case of manually preconfigured streams