-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make our NFSv4 server more picky when it comes to retransmissions
RFC 7530 states that in order to determine whether a request is a retransmission, it is sufficient to consider the seqid and operation type. For well-behaving clients this is okay, but in case of implementation flaws this can lead to hard to debug issues. Let's put an additional safety belt in place, where we at least ensure that the arguments provided by the client match up with what's in the cached response.
- Loading branch information
1 parent
2b8c1fb
commit b1a8462
Showing
2 changed files
with
92 additions
and
6 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