P
Paul Elliott
Is there any free software C++ library that:
1) Can listen on a socket creating a thread for each
socket accepted, so that the socket is automagickly closed when
the thread exits.
2) handle IPv6 vs IPv4 issues transparently.
3) Have a well designed API.
4) be as portable as possible, but definitely run on Linux?
Thank You.
1) Can listen on a socket creating a thread for each
socket accepted, so that the socket is automagickly closed when
the thread exits.
2) handle IPv6 vs IPv4 issues transparently.
3) Have a well designed API.
4) be as portable as possible, but definitely run on Linux?
Thank You.