Add support for unix sockets to Tairon::Net::Socket.
commite3de59c08cb3bd8e77d9935948c452919fcb1764
authorDavid Brodsky <trekie@sinister.cz>
Fri, 15 Jun 2007 19:37:49 +0000 (15 21:37 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Fri, 15 Jun 2007 19:37:49 +0000 (15 21:37 +0200)
treeeba4bba8d91e48dcd56187e9c61cd18ff6b10ed6
parent4a6428dcdd8f11c714c7945ed59adbc65d0be139
Add support for unix sockets to Tairon::Net::Socket.

This change breaks compatibility with older code, because constructor of
Tairon::Net::Socket now takes one extra argument for family type. It means that
if the code using previous version isn't changed then the other constructor is
used.
src/net-core/socket.cpp
src/net-core/socket.h
src/net-http/httpclient.cpp