Short refactoring of UDP Receiver

This commit is contained in:
2020-04-29 17:40:09 +02:00
parent be538ddd78
commit 02acff7e59
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
void bind(
const uint16_t port,
const size_t usec_timeout=core_buffer::BUFFER_UDP_US_TIMEOUT);
void close();
void disconnect();
};