Open
Description
I have an ECONNRESET problem every X minutes, by default node does not activate KeepAlive on the socket (https://nodejs.org/api/net.html#net_socket_setkeepalive_enable_initialdelay)
It is possible to pass an optional socket but a solution as proposed in #2110 seems more suitable.
What do you think is the approach to take?