File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
- version = " 23.0 .*"
1
+ version = " 23.1 .*"
2
2
# Requires a version of cryptography with a `py.typed` file
3
3
requires = [" cryptography>=35.0.0" ]
4
4
Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ class Connection:
131
131
def connect (self , addr : str | bytes | Sequence [str | int ]) -> None : ...
132
132
def connect_ex (self , addr : _Address | bytes ) -> int : ...
133
133
def accept (self ) -> tuple [Connection , _RetAddress ]: ...
134
+ def DTLSv1_listen (self ) -> None : ...
135
+ def DTLSv1_get_timeout (self ) -> float | None : ...
136
+ def DTLSv1_handle_timeout (self ) -> bool : ...
134
137
def shutdown (self ) -> bool : ...
135
138
def do_handshake (self ) -> None : ...
136
139
def get_certificate (self ) -> X509 | None : ...
You can’t perform that action at this time.
0 commit comments