From e5caf1244e7c5dbcbfd01dce10ecada9308b676a Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Mon, 6 Jun 2022 14:16:44 +0100 Subject: [PATCH] SO_REUSEPORT constant, statement no longer really exact. (#1612) --- reference/sockets/constants.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/sockets/constants.xml b/reference/sockets/constants.xml index dde4b31106..a7972bc403 100644 --- a/reference/sockets/constants.xml +++ b/reference/sockets/constants.xml @@ -189,7 +189,7 @@ This constant is only available on platforms that support the SO_REUSEPORT socket option: this - includes macOS and FreeBSD, but does not include Linux or Windows. + includes Linux, macOS and *BSD, but does not include Windows.