]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In the NFSv3 `fsinfo' procedure reply, don't claim that we support
authorIan Dowse <iedowse@FreeBSD.org>
Thu, 5 Dec 2002 16:58:11 +0000 (16:58 +0000)
committerIan Dowse <iedowse@FreeBSD.org>
Thu, 5 Dec 2002 16:58:11 +0000 (16:58 +0000)
commit2f07688e8216d6fbff570ee8a083459765a77e12
treeee1aa57b489c9cfdc3bc5acfa2733acf00bf9d30
parenta66504b36ebead463d5e9ccef1923f5f8c74cdd4
In the NFSv3 `fsinfo' procedure reply, don't claim that we support
32k read and write operations on datagram sockets when in fact we
reject requests larger than 16k. It must be the case that virtually
all clients use data sizes of 16k or less for UDP transport (FreeBSD's
client defaults to 8k and never exceeds 16k), as this bug has been
present ever since NFSv3 support was added.

Reported by: Senthil <lihtnes78@netscape.net>
Reviewed by: dillon
Approved by: re
MFC-after: 1 week
sys/nfsserver/nfs_serv.c