RTEMS5 and file descriptors
Michael Davidsaver
mdavidsaver at gmail.com
Tue Oct 18 03:22:45 UTC 2022
On 10/17/22 16:20, Chris Johns wrote:
> 2. Look at kqueue, it is a better interface for this type of blocking
Maybe not relevant in Miroslaw's application, but I've found
that the RTEMS kqueue implementation doesn't notify when a
TCP connection is closed by reset. I think this is a lack
of NOTE_EOF *.
The poll() implementation seems to handle reset as expected.
* https://github.com/libevent/libevent/blob/8f47d8de281b877450474734594fdc0a60ee35d1/kqueue.c#L193-L197
More information about the users
mailing list