Note default timeout values in fsp_env man page

This commit is contained in:
Radim Kolar 2010-10-18 12:29:18 +02:00
parent 0d3068f524
commit 4c573d0f6a
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
Version NEXT
fhostcmd: Fixed output of FSP_TRACE variable for Bourne style shells
correctly intialize to zero client packet sent statistic counter
note default timeout values in fsp_env man page
Version 2.8.1b26 - 1 Oct 2009
fver now reports if server can process extra data in input packets.

View File

@ -1,4 +1,4 @@
.TH "FSP ENVIRONMENT" 7 "Dec 2004" FSP "FSP Environment Variables"
.TH "FSP ENVIRONMENT" 7 "Oct 2010" FSP "FSP Environment Variables"
.SH NAME
Environment variables used by FSP Clients programs
.SH SYNOPSIS
@ -56,10 +56,12 @@ No function if program was compiled without timeout code.
.TP
.B FSP_DELAY
Minimum wait time before resending packet in milliseconds. This should
be set close to expected round trip time.
be set close to expected round trip time. Default value is 1340, minimum
value is 1000.
.TP
.B FSP_MAXDELAY
Maximum wait time before resending packet in milliseconds.
Maximum wait time before resending packet in milliseconds. Default value
is 60000, maximum 300000.
.TP
.B FSP_LOCAL_DIR
Where to look for local files. Default is current directory.