OVMS3-idf/components/mdns
Siarhei Volkau 6e24566186 components/mdns: wrong Message compression detect
Old behavior assumes message compressed when any of 2 most significant bits are set,
But in fact Message compressed only when both those bits are set to 1.

Also maximal label length should be 63 bytes.
2017-11-03 16:52:22 +08:00
..
include Add AFL fuzz test 2017-04-05 09:23:09 +03:00
test_afl_fuzz_host Add AFL fuzz test 2017-04-05 09:23:09 +03:00
component.mk Initial mDNS component and example 2017-01-13 12:12:43 +02:00
mdns.c components/mdns: wrong Message compression detect 2017-11-03 16:52:22 +08:00