aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/duplicheck/duplicheck_msg.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* duplicheck: use a stream service to accept client connectionsMartin Willi2013-07-181-0/+43
As we can't use SOCK_SEQPACKET over TCP, we now have to provide message boundaries ourselves. We do this by appending a 16-bit length header to each sent duplicate identity.