Skip to content

[BUG] mDNS responses do not conform to RFC 6762 #1297

@bjsowa

Description

@bjsowa

Describe the bug
There is a couple of errors in mDNS reply that make Avahi ignore it:

  1. "Multicast DNS responses MUST NOT contain any questions in the Question Section." - FreeRTOS+TCP leaves the question from the request in the reply
  2. "In response messages for Multicast domains, the Authoritative Answer bit MUST be set to one" - FreeRTOS+TCP leaves this bit as 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions