]> git.ipfire.org Git - people/ms/strongswan.git/commit
stream: add a stream class abstracting BSD sockets
authorMartin Willi <martin@revosec.ch>
Wed, 26 Jun 2013 15:03:19 +0000 (17:03 +0200)
committerMartin Willi <martin@revosec.ch>
Thu, 18 Jul 2013 14:00:27 +0000 (16:00 +0200)
commitb6b940001a8c5b0e4c60433e1b377fc97bb17735
treefc0447cbaa27fb2b79a31f5954433fd649032e56
parent32b2a5e04b075655564f72a902ee67a69c18ef2a
stream: add a stream class abstracting BSD sockets

Currently only synchronous operation is supported, but this will be extended
with asynchronous methods using the new watcher.
src/libstrongswan/Android.mk
src/libstrongswan/Makefile.am
src/libstrongswan/networking/streams/stream.c [new file with mode: 0644]
src/libstrongswan/networking/streams/stream.h [new file with mode: 0644]