zeroconf
zeroconf copied to clipboard
add SelectFilter option to support custom filters
It is difficult to bind a specific interface on Win7 since the implement of SetControlMessage is blank. So custom filters is the most simple way for me to solve this problem. And I think it is also useful for other situations.
So you mean that SelectIfaces
option does not work for you on Windows?
So you mean that
SelectIfaces
option does not work for you on Windows?
When I use config file to initialize my options, SelectIfaces
is not suitable to do that since these properties maybe too difficult for some users to edit. So I add SelectFilter
to support some simple custom options inside my filter functions. Also, this option is very flexible to use.