wengzhe opened a new pull request, #8910:
URL: https://github.com/apache/nuttx/pull/8910

   ## Summary
   After 
https://github.com/apache/nuttx/pull/8609/commits/7fd95ccbacd68f82f3d4c8a1695b89364d662d5a,
 we found a case that may cause usrsock poll fail - the `SOCK_CTRL`
   
   It seems that we don't need to poll the `SOCK_CTRL` sockets, so skip them in 
usrsock. We also found a problem that the `SOCK_CTRL` will be setup as udp poll 
in `inet_pollsetup`, but not do so in teardown, also fix that.
   
   Patches included:
   - usrsock_server: add debug info for poll_setup
   - net/inet: Only setup poll for UDP when s_type == SOCK_DGRAM
   - usrsock_server: Do not poll SOCK_CTRL
   
   ## Impact
   Do not poll `SOCK_CTRL` in usrsock.
   
   ## Testing
   Manually, CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to