Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2f4e2

Browse files
authored
Update README (#716)
1 parent 3fcdcfd commit 0f2f4e2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
5959
Status
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

6571
IPv6 support
6672
------------

0 commit comments

Comments
 (0)