This repository has been archived by the owner on May 10, 2024. It is now read-only.
forked from davecheney/nfs
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support discriminated unions correctly (#2)
This makes use of the discriminated union support in the xdr2 package, and uses that to correct several protocol errors in the previous code. Additionally this adds support for chunked readdir responses and chunked file writing. This client is still woefully incomplete and likely does not handle various corner cases correctly. Basic testing performed against Linux kernel NFS server and NetApp simulator.
- Loading branch information
Showing
5 changed files
with
257 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.