XPRDsetfsrvopt
XPRDsetfsrvopt |
Purpose
Set configuration settings for
XPRDfindxsrvs.
Synopsis
void XPRDsetfsrvopt(XPRDcontext ctx,unsigned short port,int nbiter,int delay);
Arguments
ctx
|
XPRD context
|
port
|
UDP port number
|
nbiter
|
Number of iterations
|
delay
|
Maximum wait time (in milliseconds)
|
Further information
The
XPRDfindxsrvs function uses these parameters as follows: a broadcast message is sent to UDP port
port up to
nbiter times. For each of these iterations, a maximum of
delay milliseconds is waited for answers from remote servers.
Related topics