tcp_keepalive job from os-conf/21.0.0
Github source:
bc342b9
or
master branch
Properties¶
tcp_keepalive
¶
interval
¶The interval between subsequential keepalive probes, regardless of what the connection has exchanged in the meantime (seconds).
- Default
30
probes
¶The number of unacknowledged probes to send before considering the connection dead and notifying the application layer.
- Default
8
time
¶The interval between the last data packet sent and the first keepalive probe (seconds).
- Default
120
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/tcp_keepalive/
directory
(learn more).
bin/pre-start
(frompre-start.sh.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.