mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
If the current poll setup only has POLLIN, adding POLLOUT does not cause the protocol stack to refocus on flags such as TCP_ACK or UDP_POLL, the user is not notified when flags for POLLOUT relationships appear and vice versa, so we have to call poll_setup again. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| usrsock_dev.c | ||
| usrsock_rpmsg.c | ||
| usrsock_rpmsg_server.c | ||