gfal_get_timeout_sendreceive(3) - Linux man page
Name
gfal_get_timeout_* - Get several timeouts
Synopsis
#include "gfal_api.h"
int gfal_get_timeout_connect ( );
int gfal_get_timeout_sendreceive ( );
int gfal_get_timeout_bdii ( );
int gfal_get_timeout_srm ( );
Description
gfal_get_timeout_connect Gets the connect timeout, used when connecting to a remote
host.
gfal_get_timeout_sendreceive Gets the send/receive data timeout, used when transferring data to/from a remote host.
gfal_get_timeout_bdii Gets the BDII timeout, used when searching information into BDII.
gfal_get_timeout_srm Gets the SRM timeout, used when doing an asynchronous SRM request.
Return Value
This routine returns the value of the corresponding timeout. If the value hasn't been changed
by the user, then the function will return the default value.
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),