Skip to content

Commit 196aa97

Browse files
committed
gh-45048: Removed >= vista constrain on SO_BROADCAST support on windows
1 parent 2efa2c7 commit 196aa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Socket Option Linux FreeBSD Windows
432432
**SO_EXCLUSIVEADDRUSE** ✓
433433
**SO_KEEPALIVE** ✓ ✓ ✓
434434
**SO_DONTROUTE** ✓ ✓ ✓ [1]_
435-
**SO_BROADCAST** ✓ ✓ ✓ >= Vista
435+
**SO_BROADCAST** ✓ ✓ ✓
436436
**SO_USELOOPBACK** ✓ ✓ >= Vista [1]_
437437
**SO_LINGER** ✓ ✓ ✓
438438
**SO_OOBINLINE** ✓ ✓ ✓

0 commit comments

Comments
 (0)