File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
3737
3838* isn't tied to Bonjour or Avahi
3939* 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)
4141* is pip-installable
4242* has PyPI distribution
4343
@@ -59,8 +59,14 @@ This project's versions follow the following pattern: MAJOR.MINOR.PATCH.
5959Status
6060------
6161
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.
6470
6571IPv6 support
6672------------
You can’t perform that action at this time.
0 commit comments