NFS_MAXCWND
nmp->nm_cwnd = NFS_MAXCWND / 2; /* Initial send window */
if (nmp->nm_cwnd > NFS_MAXCWND)
nmp->nm_cwnd = NFS_MAXCWND;