Add missing TCP_USER_TIMEOUT to socket module (#10530)

This commit is contained in:
Shane Smiskol
2023-08-04 13:11:14 -07:00
committed by GitHub
parent 81d1362247
commit 5e2fe131fa

View File

@@ -201,6 +201,7 @@ if sys.platform != "win32" and sys.platform != "darwin":
TCP_LINGER2 as TCP_LINGER2,
TCP_QUICKACK as TCP_QUICKACK,
TCP_SYNCNT as TCP_SYNCNT,
TCP_USER_TIMEOUT as TCP_USER_TIMEOUT,
TCP_WINDOW_CLAMP as TCP_WINDOW_CLAMP,
)
if sys.platform != "win32":