aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/suites/test_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* vici: Add Windows supportMartin Willi2014-06-041-0/+2
|
* vici: Increase vici message length header from 16 to 32 bitsMartin Willi2014-05-071-6/+6
| | | | | | | | | While we currently have no need for messages larger than 65KB, we should design the protocol to be future-proof, as we plan to keep at least to lowest protocol layer stable. To avoid any allocation issues, we currently keep the message size limit at 512KB.
* vici: Add a fully asynchronous IPC socket segmenting messages on/from streamMartin Willi2014-05-071-0/+131