Skip to content

Commit

Permalink
Man: Document the TCP keepalive flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Dec 3, 2014
1 parent 6dd331b commit 9ed64fe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/man/xrdcp.1
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,27 @@ XRD_CPTPCTIMEOUT (-DICPTPCTimeout)
Maximum time allowed for a third-party copy operation to finish.
.RE

XRD_TCPKEEPALIVE (-DITCPKeepAlive)
.RS 5
Enable/Disable the TCP keep alive functionality
.RE

XRD_TCPKEEPALIVETIME (-DITCPKeepAliveTime)
.RS 5
Time between last data packet sent and the first keepalive probe (Linux only)
.RE

XRD_TCPKEEPALIVEINTERVAL (-DITCPKeepAliveInterval)
.RS 5
Interval between subsequent keepalive probes (Linux only)
.RE

XRD_TCPKEEPALIVEPROBES (-DITCPKeepProbes)
.RS 5
Number of unacknowledged probes before considering the connection dead
(Linux only)
.RE

.SH NOTES
Documentation for all components associated with \fBxrdcp\fR can be found at
http://xrootd.org/docs.html
Expand Down

0 comments on commit 9ed64fe

Please sign in to comment.