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
|
@ -42,6 +42,7 @@ const char *Packet::verbString(Verb v)
|
|||
case VERB_FRAME: return "FRAME";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_MULTICAST_LIKE: return "MULTICAST_LIKE";
|
||||
case VERB_RPC: return "RPC";
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue