gfal_set_timeout_sendreceive(3) - Linux man page
Name
gfal_set_timeout_* - Set several timeoutsSynopsis
#include "gfal_api.h"void gfal_set_timeout_connect (int value);
void gfal_set_timeout_sendreceive (int value);
void gfal_set_timeout_bdii (int value);
void gfal_set_timeout_srm (int value);
Description
gfal_set_timeout_sendreceive Sets the send/receive data timeout, used when transferring data to/from a remote host. The connection will be aborted if no data is transfered after value seconds.
gfal_set_timeout_bdii Sets the BDII timeout, used when searching information into BDII. The connection will be aborted if the search is longer than value seconds.
gfal_set_timeout_srm Sets the SRM timeout, used when doing an asynchronous SRM request. The request will be aborted if it is still queued after value seconds.