From 963537079c7d5a9f9fb39355fb0e3b84a78eaa0b Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Wed, 26 Oct 2016 19:30:52 +0200 Subject: lib, ipcpd: Further stabilization of flows The steps for flow deallocation have been further refined. An operation ipcp_flow_fini() which wait for all SDUs to be read from a flow has been added. The shim IPCPs and the local IPCP have been adapted to this new API. Deallocation messages have been removed from the shim IPCPs, since there is insufficient state synchronisation between them to make this work reliably. --- src/ipcpd/shim-udp/shim_udp_messages.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipcpd/shim-udp/shim_udp_messages.proto') diff --git a/src/ipcpd/shim-udp/shim_udp_messages.proto b/src/ipcpd/shim-udp/shim_udp_messages.proto index bd9bd3aa..bd23f8eb 100644 --- a/src/ipcpd/shim-udp/shim_udp_messages.proto +++ b/src/ipcpd/shim-udp/shim_udp_messages.proto @@ -1,7 +1,6 @@ enum shim_udp_msg_code { FLOW_REQ = 1; FLOW_REPLY = 2; - FLOW_DEALLOC = 3; }; message shim_udp_msg { -- cgit v1.2.3