TUN-5422: Define RPC to unregister session

This commit is contained in:
cthuang
2021-12-06 16:37:09 +00:00
committed by Arég Harutyunyan
parent 7e47667b08
commit b73c588254
6 changed files with 417 additions and 227 deletions
+1
View File
@@ -149,4 +149,5 @@ struct RegisterUdpSessionResponse {
interface SessionManager {
registerUdpSession @0 (sessionId :Data, dstIp :Data, dstPort: UInt16) -> (result :RegisterUdpSessionResponse);
unregisterUdpSession @1 (sessionId :Data) -> ();
}