nuttx/fs/nfs
Masayuki Ishikawa abc2767b0d fs: nfs: Reconnect to the NFS server in TCP mode
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

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-06-28 01:11:52 -05:00
..
Kconfig Check return from nxsem_wait_initialize() 2020-03-30 17:09:45 +01:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
nfs_mount.h fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
nfs_node.h NFS bug fix and improvement (#412) 2020-03-01 14:55:01 -06:00
nfs_proto.h Fix the indentation and spacing that don't conform to the coding standard. 2020-05-28 12:22:23 -06:00
nfs_util.c fs: nfs: Reconnect to the NFS server in TCP mode 2021-06-28 01:11:52 -05:00
nfs_vfsops.c Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
nfs.h fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
rpc_clnt.c fs: nfs: Do not bind to a local port in TCP mode 2021-05-13 22:33:12 -03:00
rpc.h fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
xdr_subs.h fs: nxstyle fixes 2021-04-03 09:37:06 -05:00