Added an initiator-only socket implementation which binds ports on demand

This commit is contained in:
Martin Willi
2010-02-26 11:44:34 +01:00
parent 40706b6027
commit 9ed1bb4842
7 changed files with 790 additions and 1 deletions
+5
View File
@@ -164,6 +164,11 @@ if USE_SOCKET_RAW
PLUGINS += socket-raw
endif
if USE_SOCKET_DYNAMIC
SUBDIRS += plugins/socket_dynamic
PLUGINS += socket-dynamic
endif
if USE_STROKE
SUBDIRS += plugins/stroke
PLUGINS += stroke