File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf:
37
37
38
38
* isn't tied to Bonjour or Avahi
39
39
* doesn't use D-Bus
40
- * doesn't force you to use particular event loop or Twisted
40
+ * doesn't force you to use particular event loop or Twisted (asyncio is used under the hood but not required)
41
41
* is pip-installable
42
42
* has PyPI distribution
43
43
@@ -59,8 +59,14 @@ This project's versions follow the following pattern: MAJOR.MINOR.PATCH.
59
59
Status
60
60
------
61
61
62
- There are some people using this package. I don't actively use it and as such
63
- any help I can offer with regard to any issues is very limited.
62
+ This project is actively maintained.
63
+
64
+ Traffic Reduction
65
+ -----------------
66
+
67
+ Before version 0.32, most traffic reduction techniques described in https://datatracker.ietf.org/doc/html/rfc6762#section-7
68
+ where not implemented which could lead to excessive network traffic. It is highly recommended that version 0.32 or later
69
+ is used if this is a concern.
64
70
65
71
IPv6 support
66
72
------------
You can’t perform that action at this time.
0 commit comments