mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add socket.IPPROTO_MPTCP (#6863)
This commit is contained in:
@@ -356,6 +356,9 @@ if sys.platform == "linux" and sys.version_info >= (3, 9):
|
||||
|
||||
J1939_FILTER_MAX: int
|
||||
|
||||
if sys.platform == "linux" and sys.version_info >= (3, 10):
|
||||
IPPROTO_MPTCP: int
|
||||
|
||||
if sys.platform == "linux":
|
||||
AF_PACKET: int
|
||||
PF_PACKET: int
|
||||
|
||||
Reference in New Issue
Block a user