tfTftpSetTimeout

Jump to: navigation, search

Table of Contents >> Application Reference >> TFTP Client API


#include <trsocket.h>


void tfTftpSetTimeout (
int timeout,
int retry
);


Function Description

This function allows the user to set the retry and timeout values for the TFTP client.



Parameters

  • timeout
    The length of time (in seconds) that a connection can remain silent before it times out.
  • retry
    The number of consecutive times a connection can time out before it is closed.


Table of Contents >> Application Reference >> TFTP Client API