Skip to content
Snippets Groups Projects
Commit fa84fa70 authored by Matthias Brugger's avatar Matthias Brugger Committed by Joe Hershberger
Browse files

net: nfs: add dynamic wait period


This patch tackles the time out problem which leads to break the
boot process, when loading file over nfs. The patch does two things.

First of all, we just ignore messages that arrive with a rpc_id smaller
then the client id. We just interpret this messages as answers to
formaly timed out messages.

Second, when a time out occurs we double the time to wait, so that we
do not stress the server resending the last message.

Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Tested-by: default avatarEnric Balletbo i Serra <eballetbo@gmail.com>
parent fb4879b3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment