Add stop capability to UDPRecvModule

This commit is contained in:
2020-04-15 13:38:09 +02:00
parent d013bf6da3
commit 9b4323f803
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class UdpRecvModule {
public:
UdpRecvModule(RingBuffer<UdpFrameMetadata>& ring_buffer);
virtual ~UdpRecvModule() = default;
virtual ~UdpRecvModule();
void start_recv(
const uint16_t udp_port,