Content-type: text/html Man page of GFAL_SET_TIMEOUT_*

GFAL_SET_TIMEOUT_*

Section: Library Functions (3)
Updated: $Date: 2008/12/18 13:19:12 $
Index Return to Main Contents

 

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),


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:16:32 GMT, July 14, 2009