mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-29 01:19:58 +00:00
TUN-5422: Define RPC to unregister session
This commit is contained in:

committed by
Arég Harutyunyan

parent
7e47667b08
commit
b73c588254
@@ -149,4 +149,5 @@ struct RegisterUdpSessionResponse {
|
||||
|
||||
interface SessionManager {
|
||||
registerUdpSession @0 (sessionId :Data, dstIp :Data, dstPort: UInt16) -> (result :RegisterUdpSessionResponse);
|
||||
unregisterUdpSession @1 (sessionId :Data) -> ();
|
||||
}
|
Reference in New Issue
Block a user