Page MenuHomeFreeBSD

libstand: increase nfs max read size to 16k
ClosedPublic

Authored by tsoome on May 16 2017, 7:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 5, 9:18 PM
Unknown Object (File)
Thu, Sep 25, 12:27 AM
Unknown Object (File)
Mon, Sep 22, 10:31 PM
Unknown Object (File)
Aug 25 2025, 10:00 AM
Unknown Object (File)
Jul 18 2025, 2:25 AM
Unknown Object (File)
Jul 9 2025, 5:59 AM
Unknown Object (File)
Jun 27 2025, 3:17 AM
Unknown Object (File)
Jun 25 2025, 9:16 AM
Subscribers

Details

Summary

With ip fragment reassembly implemented, it makes sense to allow
larger nfs reads. Note due to loader heap size limit, we do not want
to set too large maximum read size. Also we do not change default read size.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

You need to bump the .Dd as you made a content change in the man page.

In D10754#222704, @bcr wrote:

You need to bump the .Dd as you made a content change in the man page.

Yea, forgot about it, thanks.

Approved from manpages. Thanks!

This revision is now accepted and ready to land.May 16 2017, 7:54 AM
This revision was automatically updated to reflect the committed changes.