diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 08:54:40 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-11-16 08:54:40 +0100 |
commit | eb523e91f692ae0ef9d069e11a2a177a02431c28 (patch) | |
tree | f55a9d2670ff129a995813df1d66487cb2306fff /lib/edioutput/EDIConfig.h | |
parent | 57fb9afea4c1db9d33c4ba94a681a36b0f80af40 (diff) | |
download | dabmux-eb523e91f692ae0ef9d069e11a2a177a02431c28.tar.gz dabmux-eb523e91f692ae0ef9d069e11a2a177a02431c28.tar.bz2 dabmux-eb523e91f692ae0ef9d069e11a2a177a02431c28.zip |
common a676d57: EDI output: Make Transport Addressing optional
Diffstat (limited to 'lib/edioutput/EDIConfig.h')
-rw-r--r-- | lib/edioutput/EDIConfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/edioutput/EDIConfig.h b/lib/edioutput/EDIConfig.h index ca76322..4f1df97 100644 --- a/lib/edioutput/EDIConfig.h +++ b/lib/edioutput/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 |