Simplify the UDP socket handling.

This commit is contained in:
Jonathan Naylor 2024-01-29 15:44:33 +00:00
parent f7f94b3ca1
commit dfe50c4245
11 changed files with 305 additions and 434 deletions

View file

@ -60,7 +60,6 @@ m_longitude(0.0F),
m_height(0),
m_name(),
m_description(),
m_aprsSymbol(),
m_logDisplayLevel(0U),
m_logFileLevel(0U),
m_logFilePath(),
@ -71,6 +70,7 @@ m_aprsAddress(),
m_aprsPort(0U),
m_aprsSuffix(),
m_aprsDescription(),
m_aprsSymbol("/r"),
m_networkStartup(),
m_networkOptions(),
m_networkInactivityTimeout(0U),