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 2020/02/25 04:33:24 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on issue #370: net: socket: Introduce net_clear_sinzero()

masayuki2009 commented on issue #370: net: socket: Introduce net_clear_sinzero()
URL: https://github.com/apache/incubator-nuttx/pull/370#issuecomment-590678442
 
 
   > Isn't it the application's responsibility to clear sin_zero,not the OS. Googling for examples suggest it is the application responsibility. If that is there case, there should be no OS change.
   
   @patacongo I thought it's the application's responsibility to clear sin_zero. But as long as I checked Linux kernel, it clears in the network stack. (perhaps to accept network applications having an wrong manner?) 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services