feat: reduce denial of service protection overhead by bdraco · Pull Request #1157 · python-zeroconf/python-zeroconf

added 3 commits

April 7, 2023 12:39
If there is a device with a bad mdns stack that is flooding
the network with response packets there is little we can do
but optimize how we handle this as mdns works on a trust model
of generally accepting network traffic. Its unlikely that the
user is going to remove the offending the device so we will
reduce the overhead to deal with one of these.

@bdraco bdraco marked this pull request as ready for review

April 7, 2023 23:10

@bdraco bdraco deleted the drop_some_isinstance branch

April 7, 2023 23:10