aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/duplicheck/duplicheck.c
Commit message (Collapse)AuthorAgeFilesLines
* duplicheck: use a stream service to accept client connectionsMartin Willi2013-07-181-17/+72
| | | | | | 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.
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-281-0/+59