aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/streams/stream_service.h
Commit message (Collapse)AuthorAgeFilesLines
* stream: Separate TCP/Unix stream helpers from stream/service implementationsMartin Willi2014-06-041-19/+0
| | | | | | 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.
* stream: support keeping the service alive outside of service callbackMartin Willi2013-07-181-2/+4
|
* stream: add a concurrency option to services, limiting parallel callbacksMartin Willi2013-07-181-1/+3
|
* stream: add a job priority option to stream servicesMartin Willi2013-07-181-1/+4
|
* stream: add backlog option to stream services, forward to listen()Martin Willi2013-07-181-4/+7
|
* stream: add support for TCP stream servicesMartin Willi2013-07-181-0/+8
|
* stream: add support for UNIX stream servicesMartin Willi2013-07-181-0/+8
|
* stream: add a stream service class abstracting services using BSD socketsMartin Willi2013-07-181-0/+78