You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/13 09:47:34 UTC

[GitHub] [incubator-nuttx] ethanlcz commented on issue #7082: Change the flow code of function psock_setsockopt

ethanlcz commented on issue #7082:
URL: https://github.com/apache/incubator-nuttx/issues/7082#issuecomment-1245165218

   > think the code flow should be:
   
   Could you please help to describe the issue you met in detail?
   I think your patch might introduce other issues, for example, in origin design, psock->conn will log some common options (s_rcvtimeo, s_sndtimeo, etc.) and usrsock will check these settings before send request to usrsock server. Theses settings won't be logged in psock->conn with your patch and usrsock's behavior will be changed.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org