Re: NFS rsize/wsize non modifiable
en cherchant un peu j'ai trouvé du côté client NFS NetBSD:
https://man.netbsd.org/mount_nfs.8
[...]
PERFORMANCE
[...]
· Increasing the read and write size with the -r and -w options
respectively will increase throughput if the network interface can
handle the larger packet sizes.
[...]
The default size for NFS version 3 is platform dependent: on
NetBSD/aarch64, NetBSD/amd64, and NetBSD/i386, the default is
32K, for other platforms it is 8K. Values over 32K are only
supported for TCP, where 64K is the maximum.
[...]
J'aurais tendance à supposer que si NetBSD implémente du côté client une
taille limite de 64Ko pour les morceaux émis/reçus, il ya des chances
pour que cette limite se retrouve aussi côté serveur NetBSD...
Reply to: