balena-cli/lib/utils/device
Thodoris Greasidis be682c7426 Drop the keep-alive package in favor of node's setKeepAlive defaults
Since node 12.17.0 setKeepAlive also sets
TCP_KEEPCNT=10 (vs 5 that we had)
TCP_KEEPINTVL=1 (vs 5s that we had)

Change-type: patch
See: https://nodejs.org/docs/latest-v14.x/api/net.html#net_socket_setkeepalive_enable_initialdelay
See: https://github.com/balena-io/balena-cli/pull/1220
2024-04-09 17:17:07 +03:00
..
api.ts Drop the keep-alive package in favor of node's setKeepAlive defaults 2024-04-09 17:17:07 +03:00
deploy.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
errors.ts Livepush: Extend CTRL-C availability (don't ignore CTRL-C during image build) 2020-12-09 22:49:47 +00:00
live.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
logs.ts logs: Change the timestamp format to ISO 8601 UTC 2023-05-12 19:00:10 +03:00
ssh.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00