From 9b8b1412c3c4a80df713abd02f172d87397adaf0 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Tue, 2 May 2017 11:38:39 +0200 Subject: ipcpd: Don't send deallocation messages The flow resources are Delta-t protocol machines that will time out and free their resources without any required signaling. Flows can be cleaned locally when the application requests it and all FRCT instances have timed out and released their resources. --- src/ipcpd/normal/flow_alloc.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipcpd/normal/flow_alloc.proto') diff --git a/src/ipcpd/normal/flow_alloc.proto b/src/ipcpd/normal/flow_alloc.proto index ee7f96e8..947ce86b 100644 --- a/src/ipcpd/normal/flow_alloc.proto +++ b/src/ipcpd/normal/flow_alloc.proto @@ -25,7 +25,6 @@ syntax = "proto2"; enum flow_alloc_code { FLOW_REQ = 1; FLOW_REPLY = 2; - FLOW_DEALLOC = 3; }; message flow_alloc_msg { -- cgit v1.2.3