IPV4 Support for LLMNR

Issue #51 duplicate
Former user created an issue

Hello Kaz Nishimura,

I appreciate your work for opensource and esp. for LLMNR support. I am looking for IPV4 support for LLMNR, how are your thoughts on support it in near future?

Is there anything I can help?

Regards, Ankur

Comments (4)

  1. Kaz Nishimura repo owner

    There are two reasons why the current implementation is focusing on IPv6 only:

    1. API support for IPv4 multicast is not well standardized as for IPv6.
    2. IPv4-equivalent for the IPV6_RECVPKTINFO socket option is not standardized. That is why many other programs have used one socket for each interface.

    So I have no short-term plan for IPv4 multicast support for now.

  2. Log in to comment