Commit 1e6c0e726b099f0758fa7e46e299ac908dc3467c

Emil Engler 2024-04-12T21:36:38

Do not set TCP keepalive on Unix sockets This commit disables the property of TCP keepalive on Unix domain sockets, because they essentially serve no purpose here, except for causing problems on Windows and macOS systems. Fixes #1615