We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3929df0 commit f79728eCopy full SHA for f79728e
doc/index.rst
@@ -168,7 +168,18 @@ In this example, we do a DNSSEC query and check the response:
168
if __name__ == "__main__":
169
main()
170
171
-
+
172
+Known issues
173
+============
174
175
+* "userarg" currently only accepts a string. This will be
176
+ changed in a future release, to take arbitrary data types
177
178
+* the "dns_transport" attribute is settable and readable but
179
+ has no effect, as the underlying library does not
180
+ currently support TCP
181
182
183
184
Contents:
185
0 commit comments