summaryrefslogtreecommitdiff
path: root/dns/_asyncbackend.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-12 07:31:57 -0700
committerBob Halley <halley@dnspython.org>2020-06-12 07:31:57 -0700
commitb7da95bdb11d8e0afa7e880127c60e1140f060ea (patch)
tree02792e94ed4ef0418d6551bf5c3adbc5db113584 /dns/_asyncbackend.py
parent19539173e4398e04b8ee10cec708d7b6ae8eb568 (diff)
downloaddnspython-b7da95bdb11d8e0afa7e880127c60e1140f060ea.tar.gz
Add TLS for Trio and Curio.
Diffstat (limited to 'dns/_asyncbackend.py')
-rw-r--r--dns/_asyncbackend.py2
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