Skip to content

Configure the system-wide TCP connection timeout on OpenBSD

Ondřej Surý requested to merge ondrej/set-openbsd-system-connection-timeout into main

As there's no TCP connection timeout socket option that we can use, we need to configure the TCP connection timeout system-wide in the CI, so the netmgr unit tests doesn't cause assertion failure when there stuck outgoing TCP connection waiting for 150 second timeout.

Merge request reports