diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-12 07:31:57 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-12 07:31:57 -0700 |
| commit | b7da95bdb11d8e0afa7e880127c60e1140f060ea (patch) | |
| tree | 02792e94ed4ef0418d6551bf5c3adbc5db113584 /dns/_asyncbackend.py | |
| parent | 19539173e4398e04b8ee10cec708d7b6ae8eb568 (diff) | |
| download | dnspython-b7da95bdb11d8e0afa7e880127c60e1140f060ea.tar.gz | |
Add TLS for Trio and Curio.
Diffstat (limited to 'dns/_asyncbackend.py')
| -rw-r--r-- | dns/_asyncbackend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/_asyncbackend.py b/dns/_asyncbackend.py index 0dbcd74..dc1330e 100644 --- a/dns/_asyncbackend.py +++ b/dns/_asyncbackend.py @@ -73,6 +73,6 @@ class Backend: return 'unknown' async def make_socket(self, af, socktype, proto=0, - source=None, raw_source=None, + source=None, destination=None, timeout=None, ssl_context=None, server_hostname=None): raise NotImplementedError |
