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