Basic RPC stuff in Packet and PacketDecoder for RPC service support.
This commit is contained in:
parent
10fc164fcb
commit
668c428051
6 changed files with 30 additions and 6 deletions
|
@ -237,7 +237,7 @@ void NodeConfig::_CBcontrolPacketHandler(UdpSocket *sock,void *arg,const InetAdd
|
|||
sock->send(remoteAddr,p->data(),p->size(),-1);
|
||||
}
|
||||
} catch ( ... ) {
|
||||
TRACE("exception handling control bus packet from %s",remoteAddr.toString.c_str());
|
||||
TRACE("exception handling control bus packet from %s",remoteAddr.toString().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue