Are SO_RCVTIMEO and SO_SNDTIMEO valid options on setsockopt under OS/2 ?
If not, is there anyway to set the timeout values. BSD seems to allow
this as well as some winsock implementations. TIA
Roy...
Are SO_RCVTIMEO and SO_SNDTIMEO valid options on setsockopt under OS/2 ?
If not, is there anyway to set the timeout values. BSD seems to allow
this as well as some winsock implementations. TIA
Roy...
I am trying to add a timeout to send and recv functions for TCPSocket in C++ on unix/solaris 2.6 environment .
to solve I am trying to use setsockopt with SO_RCVTIMEO for recv and I am getting t...