Add Tairon::Net::Socket class.
commit8b76321d3edc33980791711f88c8d23c1eb4da26
authorDavid Brodsky <trekie@sinister.cz>
Thu, 29 Jun 2006 21:06:31 +0000 (29 23:06 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Thu, 29 Jun 2006 21:06:31 +0000 (29 23:06 +0200)
treea6bb2cfbaba2209015382a82a3c11df86fc1f77c
parent58d565ed2c0d1ddc6528cd8deb08a50ff70a96a8
Add Tairon::Net::Socket class.

This class provides non-blocking socket facility. It provides methods for
reading data from the socket and returning them as a Tairon::Core::String as
well as reading directly into supplied buffer for minimizing data copying.
include/tairon/net/socket.h [new symlink]
src/net-core/socket.cpp [new file with mode: 0644]
src/net-core/socket.h [new file with mode: 0644]