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