diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 08:55:31 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 08:55:31 +0100 |
commit | 6a15896c7c5b8375b51e4eb370f1f57587ab7e3c (patch) | |
tree | 4724e85c65e689565825e890adf1ce16f1dd0503 /contrib/edi/EDIConfig.h | |
parent | 69d683e8720996c571c11b6f90e008682d0f95fb (diff) | |
download | ODR-AudioEnc-6a15896c7c5b8375b51e4eb370f1f57587ab7e3c.tar.gz ODR-AudioEnc-6a15896c7c5b8375b51e4eb370f1f57587ab7e3c.tar.bz2 ODR-AudioEnc-6a15896c7c5b8375b51e4eb370f1f57587ab7e3c.zip |
common a676d57: EDI output: Make Transport Addressing optional
Diffstat (limited to 'contrib/edi/EDIConfig.h')
-rw-r--r-- | contrib/edi/EDIConfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/edi/EDIConfig.h b/contrib/edi/EDIConfig.h index ca76322..4f1df97 100644 --- a/contrib/edi/EDIConfig.h +++ b/contrib/edi/EDIConfig.h @@ -68,6 +68,7 @@ struct configuration_t { bool dump = false; // dump a file with the EDI packets bool verbose = false; bool enable_pft = false; // Enable protection and fragmentation + bool enable_transport_header = true; // Sets Addr, Source and Dest in PFT unsigned int tagpacket_alignment = 0; std::vector<std::shared_ptr<destination_t> > destinations; unsigned int dest_port = 0; // common destination port, because it's encoded in the transport layer |