On Tue, Apr 16, 2002 at 04:15:23PM +0200, Simon Richter wrote:

> I intent to package libsocket++, a small C++ library that abstracts
> network sockets. It provides buffered reads/writes and address family
> independent handling of sockets.
> 
> I am the upstream author, this is basically split out of the "buildd in
> C++" project because the main author of libsyncml
> (http://libsyncml.sf.net) asked me whether he could use my socket code.

You may want to look into the Common C++ library; it seems to do a superset
of what your library does (including threaded server objects, non-blocking
I/O, etc.).

-- 
 - mdz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to