LLMNR on Windows vs. Zeroconf vs. Bonjour
Link-Local Multicast Name Resolution (LLMNR) is a Microsoft tech for service discovery based on multicast DNS. Is it compatible with Bonjour/Zeroconf? If so, where's the API? The service discovery, I take it, is somehow rolled into vanilla DNS resolution ( gethostbyname()
?), but what about service advertisement?
LLMNR solves a small subset of the problems that mDNS tackles, as set out in this post. In short, it's not compatible with Bonjour.
链接地址: http://www.djcxy.com/p/62100.html