mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Refactor Exception handle scheme
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -246,6 +246,7 @@ UDPPort::UDPPort()
|
||||
_disconReq = false;
|
||||
_sockfdUnicast = -1;
|
||||
_sockfdMulticast = -1;
|
||||
_ttl = 0;
|
||||
}
|
||||
|
||||
UDPPort::~UDPPort()
|
||||
|
||||
Reference in New Issue
Block a user