aboutsummaryrefslogtreecommitdiff
path: root/lib/stream-fd.h
AgeCommit message (Collapse)Author
2009-11-04stream: New library for bidirectional streams (e.g. TCP, SSL, Unix sockets).Ben Pfaff
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.