forked from TrippyLighting/EthernetBonjour
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
To reproduce:
- review ArduinoMDNS code in sendMDNSmessage
- observe the text record is encoded with only 16 bit length and then raw string
- read https://www.ietf.org/rfc/rfc6763.txt to understand that text record encoding is specifically different in MDNS packets
- read that text records must be inserted with each string prefixed by single byte length of string
- observe that this is not carried out in ArduinoMDNS
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project