in reply to Re^2: how to set socket recv timeout in architecture independent manner?
in thread how to set socket recv timeout in architecture independent manner?
I don't need to do recv as I can read through sysreadI'm a bit surprised. A few posts ago, you're wondering how to pass the number 10 in a platform independent way, and now you want to use sysread instead of recv to read from a socket.
Are you sure that works on all platforms?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to set socket recv timeout in architecture independent manner?
by saurabh.hirani (Beadle) on May 06, 2009 at 06:18 UTC |