Searched refs:sendat (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c4862 int error = 0, on = 1, try, sendat = 2, soproto, recv, optlen, restoreto = 0; local
4928 sendat = 0; /* we only resend the request for UDP */
4935 if (!try || (try == sendat)) {
4946 sendat *= 2;
4947 if (sendat > 30)
4948 sendat = 30;

Completed in 31 milliseconds