diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-11 21:03:36 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-11 21:03:36 +0200 |
commit | 19d907c885081a3218d81705fd45870b10f99d8d (patch) | |
tree | 2a56f22a1b4d5ba1d2d2619725899d5f49e260e9 /lib/edioutput/Transport.h | |
parent | 3a8a2aa8b682545a2a18bf24975555c7eb07152c (diff) | |
download | dabmux-19d907c885081a3218d81705fd45870b10f99d8d.tar.gz dabmux-19d907c885081a3218d81705fd45870b10f99d8d.tar.bz2 dabmux-19d907c885081a3218d81705fd45870b10f99d8d.zip |
Common: update common code with EDI input changes
Diffstat (limited to 'lib/edioutput/Transport.h')
-rw-r--r-- | lib/edioutput/Transport.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/edioutput/Transport.h b/lib/edioutput/Transport.h index 73b2ab6..56ded3b 100644 --- a/lib/edioutput/Transport.h +++ b/lib/edioutput/Transport.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019 + Copyright (C) 2020 Matthias P. Braendli, matthias.braendli@mpb.li http://www.opendigitalradio.org @@ -50,6 +50,8 @@ class Sender { void write(const TagPacket& tagpacket); private: + bool m_udp_fragmentation_warning_printed = false; + configuration_t m_conf; std::ofstream edi_debug_file; |