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)
Tue, Nov 26, 5:34 PM
Unknown Object (File)
Nov 22 2024, 11:04 PM
Unknown Object (File)
Nov 4 2024, 4:21 AM
Unknown Object (File)
Oct 31 2024, 9:34 PM
Unknown Object (File)
Oct 26 2024, 11:34 AM
Unknown Object (File)
Oct 26 2024, 11:33 AM
Unknown Object (File)
Oct 26 2024, 11:33 AM
Unknown Object (File)
Oct 26 2024, 11:33 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.