Re: [RTnet-developers] Ethernet IP
Brought to you by:
bet-frogger,
kiszka
|
From: Jan K. <jan...@we...> - 2011-01-28 22:42:52
|
On 2011-01-28 22:32, Glen Wernersbach wrote: > Thanks. > > I will check. > > Verdict is still out if I can used RTAI , RTNET and TCP > Here are my current troubles: > > 1. rt_dev_Accept() seems to return ether -9,-22,-38 with the errorn > specifying funciton not implemented. Maybe rt_dev_accept is not properly wired up in RTAI user land though it should simply translate to an IOCTL on the rtnet fd. Check the call path, specifically if RTnet receives the IOCTL in rt_tcp_ioctl. > 2. If I skip accept and just use the original FD, I get data but when I try > to rt_dev_send() back to this FD, I get a crash and a "Ooops" output Please provide backtraces. > 3. If I issue a rt_dev_shutdown() on a UDP socket, I get an "Ooops' output. Our UDP does not implement shutdown, but you shouldn't get an oops. Again, we need backtraces (frame pointers enabled, please). Jan |