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.

Thanks
Bret




On Sun, 20 Jun 2004, Jan Kiszka wrote:

> Bret Yen-Ting Lin wrote:
> > Hi Jan
> >
> > yes, it doesn't even compile. Inside rtnet.h it was written that the
> > definitions are only under kernel as shown bellow
> > ...
>
> Oh, yes, I remember to discover this issue while restructuring the API
> for 0.7.0. If you are stuck to 0.6.2, you can safely move the required
> defines out of the kernel #ifdef.
>
> But I would strongly recommend to switch over to 0.7.0 where this and
> several other problems have been fixed. I've just uploaded the first
> release candidate to the website.
>
> 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

Reply via email to