Migrations and other long-running operations may leave a TCP connection active but without any traffic.
To prevent the operating systems on either end from closing the connections (or any other system that monitors for activity on TCP streams to determine when they should be closed), we can set the keep-alive flag on the client.
Migrations and other long-running operations may leave a TCP connection active but without any traffic.
To prevent the operating systems on either end from closing the connections (or any other system that monitors for activity on TCP streams to determine when they should be closed), we can set the keep-alive flag on the client.
TODO: