tintin icon indicating copy to clipboard operation
tintin copied to clipboard

enable TCP keepalive

Open beinvisible opened this issue 3 years ago • 1 comments

This patch enables the SO_KEEPALIVE option on the host socket, so tintin can make use of the kernel's tcp_keepalive feature.

Background: my ISP recently reconfigured the NAT timeout on their routers to 1 minute, which causes a MUD connection to break regularly.

beinvisible avatar May 28 '22 10:05 beinvisible

Thanks, I'll incorporate this up stream.

scandum avatar May 28 '22 15:05 scandum