mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2026-02-03 20:13:44 +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