gfal_set_timeout_srm(3) - Linux man page

Name

gfal_set_timeout_* - Set several timeouts

Synopsis

#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_connect Sets the connect timeout, used when connecting to a remote host. The connection will be aborted if the remote host doesn't reply after value seconds.

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.

See Also

gfal(3), gfal_request_new(3), gfal_internal_free(3), gfal_init(3), gfal_deletesurls(3), gfal_removedir(3), gfal_turlsfromsurls(3), gfal_ls(3), gfal_get(3), gfal_getstatus(3), gfal_prestage(3), gfal_prestagestatus(3), gfal_pin(3), gfal_release(3), gfal_abortrequest(3), gfal_abortfiles(3), gfal_set_xfer_done(3), gfal_set_xfer_running(3), gfal_get_ids(3), gfal_set_ids(3), gfal_get_results(3),