%% Networking Parameters
%%% RPC Parameters
% KEYTIMEOUT
Specifies the maximum time, in seconds, to wait for
the local manager to reply to a request.
The default is 3.
% KEYNRETRY
Specifies the number of times to retry contacting the keyserver
before failing.
The default is 6.
% MAXDUPREQS
Specifies the maximum number of cached items
in the server side duplicate request cache.
Adjust MAXDUPREQS to the service load so that a response entry is likely
when the first retransmission is received.
The default is 400.
% RECVRETRIES
Specifies the number of times to retry an RPC call for the client side.
The default is 2.
% RTIMETIMEOUT
Specifies the maximum time, in seconds, to wait for a reply
to a request for synchronization with the server.
The default is 5.
