mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 06:43:53 +00:00
Merge branch 'master' into IPv6
This commit is contained in:
commit
cccb5eb372
3 changed files with 12 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ unsigned int CNetwork::read(unsigned char* data)
|
|||
if (::memcmp(data, "YSFO", 4U) == 0)
|
||||
return 0U;
|
||||
|
||||
// Throw away incoming info messages
|
||||
if (::memcmp(data, "YSFI", 4U) == 0)
|
||||
return 0U;
|
||||
|
||||
// Handle incoming unlinks
|
||||
if (::memcmp(data, "YSFU", 4U) == 0)
|
||||
return 0U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue