Hello,
What's the best way to do *simple* cross-platform TCP sockets (Winsock and BSD sockets natively), Are there any small C libraries that provide this? Or would it be best to write my own wrapper (around BSD sockets and Winsock)?
I've searched, but most of the libraries either don't wrap the native API, are C++, or are "over complex" for my desired use.
Thanks.



LinkBack URL
About LinkBacks





CornedBee
, I've decided to go with APR or write a wrapper for Winsock / BSD socks, thanks all