aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/streams/stream_unix.c
Commit message (Collapse)AuthorAgeFilesLines
* stream: Separate TCP/Unix stream helpers from stream/service implementationsMartin Willi2014-06-041-0/+69
This allows us to disable Unix sockets cleanly on Windows. Replaces some read/write calls with recv/send counterparts, as Winsock does not like read/writes.