<dec f='src/src/sys/nfs/nfs_var.h' l='219'/>
<doc f='src/src/sys/nfs/nfs_var.h' l='207'>/*
 * Estimate rto for an nfs rpc sent via. an unreliable datagram.
 * Use the mean and mean deviation of rtt for the appropriate type of rpc
 * for the frequent rpcs and a default for the others.
 * The justification for doing &quot;other&quot; this way is that these rpcs
 * happen so infrequently that timer est. would probably be stale.
 * Also, since many of these rpcs are
 * non-idempotent, a conservative timeout is desired.
 * getattr, lookup - A+2D
 * read, write     - A+4D
 * other           - nm_timeo
 */</doc>
<use f='src/src/sys/nfs/nfs_clntsocket.c' l='420' u='c'/>
