Bret Yen-Ting Lin wrote:
Hi Jan
Ok, I will update the rtnet version. There is one more ting about using
ioctl_rt(sock, RTNET_RTIOC_TIMEOUT, &nanoseconds);
this function should be called before
recvfrom( ... ) if i am correct, which then every use of recvfrom it will block the process till timeout which then return and continue with the next line of code. Is there any error message in noting it has proceed the timeout and not other errors ? as i would need it to perform reliable data transfer.
Just as with a normal recv[from|msg], you will get a ETIMEDOUT as return value.
Jan
------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

