❦  8 May 2022 10:57 +02, Willy Tarreau:

> After edition (still minimal and possibly inaccurate but the best I
> could do):
>    
>     On Linux the interval before starting to send TCP keep-alive packets
>     is defined by TCP_KEEPIDLE. MacOS has an equivalent with TCP_KEEPIDLE,
>     which also uses seconds as a unit, so it's possible to simply remap the
>     definition of TCP_KEEPIDLE to TCP_KEEPALIVE there and get it to seamlessly
>     work. The other settings (interval and count) are not present,
>     though.

First instance of TCP_KEEPIDLE should be TCP_KEEPALIVE. ;-)
-- 
Treat end of file conditions in a uniform manner.
            - The Elements of Programming Style (Kernighan & Plauger)

Reply via email to