mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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.rsize = NFS_RSIZE;
|
||||
na.readdirsize = NFS_READDIRSIZE;
|
||||
na.timeo = 2;
|
||||
na.timeo = 200;
|
||||
na.retrans = NFS_RETRANS;
|
||||
na.maxgrouplist = NFS_MAXGRPS;
|
||||
na.hostname = "backup";
|
||||
|
|
Loading…
Reference in a new issue