Does anyone know if there is a C equivalent to Boost Asio at all? By that I mean a cross platform library that allows async network IO using the best method for each platform (kqueue on Mac and FreeBSD and epoll on Linux etc).
I haven't been able to find anything from Googling, does anyone have any suggestions at all?
I haven't been able to find anything from Googling, does anyone have any suggestions at all?