mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-07 07:14:09 +00:00
Simplify the UDP socket handling.
This commit is contained in:
parent
f7f94b3ca1
commit
dfe50c4245
11 changed files with 305 additions and 434 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue