nuttx/fs/nfs
Masayuki Ishikawa 2873f33bc4 fs: nfs: Fix to read a large packet in TCP mode
Summary:
- I noticed that receiving a read large packet (e.g. 2KB) in TCP
  mode does not work correctly
- Actually, rpcclnt_receive() only received up to MSS
- This commit fixes this issue

Impact:
- TCP mode only

Testing:
- Tested with Ubuntu 18.04 (x86_64)
- Tested with spresense:rndis (defconfig will be updated later)

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-05-13 22:33:12 -03:00
..
Kconfig
Make.defs
nfs_mount.h fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
nfs_node.h
nfs_proto.h
nfs_util.c
nfs_vfsops.c
nfs.h fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
rpc_clnt.c fs: nfs: Fix to read a large packet 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