summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/flow_alloc.proto
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-05-02 11:38:39 +0200
committerdimitri staessens <dimitri.staessens@ugent.be>2017-05-02 11:38:39 +0200
commit9b8b1412c3c4a80df713abd02f172d87397adaf0 (patch)
tree7981d1887add4a291bafc321bd67a4daa4b0686b /src/ipcpd/normal/flow_alloc.proto
parented9e4a4fc1eaad3f5f08106e6048b92094a6a70b (diff)
downloadouroboros-9b8b1412c3c4a80df713abd02f172d87397adaf0.tar.gz
ouroboros-9b8b1412c3c4a80df713abd02f172d87397adaf0.zip
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.
Diffstat (limited to 'src/ipcpd/normal/flow_alloc.proto')
-rw-r--r--src/ipcpd/normal/flow_alloc.proto1
1 files changed, 0 insertions, 1 deletions
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 {