stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).
authorBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 23:02:32 +0000 (15:02 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 23:24:40 +0000 (15:24 -0800)
commitc34b65c731a1b6dae014efe8895141e5b2fe758a
tree094548cb094eaacc6d6b12056282d2106759c8de
parent8a8eb867724ccbfe5e5130c5b604b51c86de3b9f
stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).

This code is heavily based on the vconn code.  Eventually we should make
the stream-based vconns (currently that's all of them) a wrapper around
streams, but I haven't done that yet.

SSL is not implemented yet.
lib/automake.mk
lib/stream-fd.c [new file with mode: 0644]
lib/stream-fd.h [new file with mode: 0644]
lib/stream-provider.h [new file with mode: 0644]
lib/stream-tcp.c [new file with mode: 0644]
lib/stream-unix.c [new file with mode: 0644]
lib/stream.c [new file with mode: 0644]
lib/stream.h [new file with mode: 0644]
lib/vlog-modules.def