Re: [RTnet-developers] Ethernet IP
Brought to you by:
bet-frogger,
kiszka
|
From: Jan K. <jan...@we...> - 2011-02-08 12:24:25
|
On 2011-02-08 13:18, Glen Wernersbach wrote: > I used select with a timeout. Select seems to work. It returns a positive number and a fdset. > > It is accept which does not seem to work in taking off the top packets and send or write oopses the machine. > > Accept does seem to work if I run it before select. Given that this is not the pattern we tested so far (actually, the whole server side TCP implementation was only "for fun", real use cases were only clients so far) nor is it supposed to work based on the existing logic, you may have triggered a BUG path. > > We can try the example but then I have to set up another machine. Or provide your test for local reproduction. > > Could any of thus be e1000 driver? Test via rtlo instead. Jan |