summaryrefslogtreecommitdiff
path: root/src/ipcpd/shim-udp/shim_udp_messages.proto
Commit message (Collapse)AuthorAgeFilesLines
* lib, irmd, ipcpd: Flow deallocation over shim UDPdimitri staessens2016-05-211-2/+3
| | | | | | The shim UDP now supports deallocating a flow end-to-end. Contains some stability fixes for flow allocation and some missing close() calls in lib/sockets.
* Implementation of a full flow allocator for the shim UDP.dimitri staessens2016-05-181-0/+14
It uses UDP port 0x0D1F on all hosts to send and receive flow allocation messages. It supports communication between server and client AP over a single shim IPCP. Implementation of full flow deallocation is pending. Both the client and the server still have to call flow_dealloc();