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 2021/06/28 05:09:15 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #3986: fs: nfs: Reconnect to the NFS server in TCP mode

masayuki2009 opened a new pull request #3986:
URL: https://github.com/apache/incubator-nuttx/pull/3986


   ## Summary
   
   - I noticed that an NFS connection is automatically dropped.
   - Actually, this happens in TCP mode if no traffic happens
     for 600 seconds.
   - I confirmed that the NFS client on Ubuntu automatically
     reconnects to the NFS server when an RPC call failed.
   - This commit adds the same behavior to fix the issue.
   
   ## Impact
   
   - NFS client in TCP mode
   
   ## Testing
   
   - Tested with spresense:rndis_smp
   


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3986: fs: nfs: Reconnect to the NFS server in TCP mode

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3986:
URL: https://github.com/apache/incubator-nuttx/pull/3986


   


-- 
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



[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #3986: fs: nfs: Reconnect to the NFS server in TCP mode

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on pull request #3986:
URL: https://github.com/apache/incubator-nuttx/pull/3986#issuecomment-869359894


   NOTE:
   Please ignore the nxstyle warning.
   


-- 
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



[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #3986: fs: nfs: Reconnect to the NFS server in TCP mode

Posted by GitBox <gi...@apache.org>.
masayuki2009 edited a comment on pull request #3986:
URL: https://github.com/apache/incubator-nuttx/pull/3986#issuecomment-869359894


   NOTE:
   Please ignore the nxstyle warning.
   
   ```
     68 │       if (ch == '\0' || ch == '/')                                                                                                                                               
     69 │         {                                                                                                                                                                        
     70 │           /* This logic just supports "//" sequences in the path name */                                                                                                         
     71 │                                                                                                                                                                                  
   ```


-- 
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