You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current mdns code returns when there has not been any mdns traffic
for 2 seconds. However, on a noisy network there is sometimes mdns
traffic we don't care about, and we never timeout.
Refactor things, so it keeps track of when we last success (that matches
"_iio._tcp"...).
Signed-off-by: Robin Getz <[email protected]>
Signed-off-by: Paul Cercueil <[email protected]>
0 commit comments