diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-11 21:30:35 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-05-11 21:30:35 +0200 |
| commit | ed1a35bf8bf8be0e3f3b12c2e9332dfcd86a817b (patch) | |
| tree | 6bbbcfb086b74381146c63fbc73b882b82495279 /lib/edi/Transport.h | |
| parent | 9a30ccf89e93f970832465ae1c443c684ba9e0bf (diff) | |
| download | ODR-SourceCompanion-ed1a35bf8bf8be0e3f3b12c2e9332dfcd86a817b.tar.gz ODR-SourceCompanion-ed1a35bf8bf8be0e3f3b12c2e9332dfcd86a817b.tar.bz2 ODR-SourceCompanion-ed1a35bf8bf8be0e3f3b12c2e9332dfcd86a817b.zip | |
Update common
Diffstat (limited to 'lib/edi/Transport.h')
| -rw-r--r-- | lib/edi/Transport.h | 4 |
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; |
