Allow longer packet timeout.
This commit is contained in:
parent
7252036fe8
commit
6912efc49c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ mountnfs(int proto, struct sockaddr_in *sa,
|
||||||
na.wsize = NFS_WSIZE;
|
na.wsize = NFS_WSIZE;
|
||||||
na.rsize = NFS_RSIZE;
|
na.rsize = NFS_RSIZE;
|
||||||
na.readdirsize = NFS_READDIRSIZE;
|
na.readdirsize = NFS_READDIRSIZE;
|
||||||
na.timeo = 2;
|
na.timeo = 200;
|
||||||
na.retrans = NFS_RETRANS;
|
na.retrans = NFS_RETRANS;
|
||||||
na.maxgrouplist = NFS_MAXGRPS;
|
na.maxgrouplist = NFS_MAXGRPS;
|
||||||
na.hostname = "backup";
|
na.hostname = "backup";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue