hello,Jan
I'm new to rtnet and trying to test the examples using xenomai2.5.3 and
rtnet0.9.12. But I fail to run the source file
/examples/xenomai/native/frag-ip.c with eclipse, I get a message
:rt_dev_socket() = -97 as it run to the fellowing segment:
/* create rt-socket */
sock = rt_dev_socket(AF_INET,SOCK_DGRAM,0);
if (sock < 0) {
printf(" rt_dev_socket() = %d!\n", sock);
return sock;
}
it seems that i can not create a rt_socket and the AF_INET address family is
not supported .All the tools such as rtping and rtcfg run well,so i think i
have installed rtnet successfully,but what‘s worry?
------------------------------------------------------------------------------
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users