tcp_keepalive job from os-conf/22.1.2
              Github source:
              8202fe3 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(from- pre-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.