Does FOX have socket support?
FOX doesn’t contain any specific socket classes, but it does provide a mechanism to allow a programmer to add the socket event handle to the main event loop. Under Unix this simply means calling socket(…) then calling the FXApp::addInput() method with the socket return value. Under Win32, it gets a little or a lot more complicated.