Simplify the UDP socket handling.

This commit is contained in:
Jonathan Naylor
2024-01-29 16:59:34 +00:00
parent 17bd4d8902
commit fe9564295d
4 changed files with 101 additions and 144 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20240126";
const char* VERSION = "20240129";
#endif