aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edi/Transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/edi/Transport.h')
-rw-r--r--lib/edi/Transport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/edi/Transport.h b/lib/edi/Transport.h
index 73b2ab6..56ded3b 100644
--- a/lib/edi/Transport.h
+++ b/lib/edi/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;