Added SILC Local Network Stream API
authorPekka Riikonen <priikone@silcnet.org>
Sun, 22 Jun 2008 19:57:19 +0000 (22:57 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 22 Jun 2008 19:57:19 +0000 (22:57 +0300)
commit6643cc5ddd6c1835acffed13ffdf83c41078f8d0
tree76782b57d11adb188c3d311a38feaef8d6f6edc2
parent7ec4fcdab215d619ab28156144a0dde26161bc62
Added SILC Local Network Stream API

Allows simple interprocess communication (IPC) style communication
between processes in local machine.  The implementation uses TCP socket
connection in the local machine.
TODO
lib/silcutil/Makefile.ad
lib/silcutil/silclocalnetstream.c [new file with mode: 0644]
lib/silcutil/silclocalnetstream.h [new file with mode: 0644]
lib/silcutil/silcruntime.h.in
lib/silcutil/tests/Makefile.am
lib/silcutil/tests/test_silclocalnetstream.c [new file with mode: 0644]