New Options in GVP 8.5.1 Iteration 8
enabletcpkeepalive
Section: fm
Valid values: 0 or 1
Default value: 1
Takes effect: At start/restart
If set to 1, TCP keepalive probes will be sent. The delay and frequency of these probes can be controlled by tcpkeepaliveidle and tcpkeepaliveinterval configuration options.
tcpkeepaliveidle
Section: fm
Valid values: a non-negative integer
Default value: 60
Takes effect: At start/restart
The amount of delay, in seconds, that libcurl will wait while the connection is idle before sending keepalive probes.
tcpkeepaliveinterval
Section: fm
Valid values: a non-negative integer
Default value: 60
Takes effect: At start/restart
The amount of interval, in seconds, that libcurl will wait before sending another keepalive probe after a previously unanswered one.
