mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add missing TCP_USER_TIMEOUT to socket module (#10530)
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user