espressif / esp-lwip

Fork of lwIP (https://savannah.nongnu.org/projects/lwip/) with ESP-IDF specific patches
Other
79 stars 126 forks source link

AutoIP use HomeKit Bonjour Conformance Test Fail (IDFGH-6636) #38

Closed shun-dgut closed 2 years ago

shun-dgut commented 2 years ago

hardware: esp32c3 chip software: HomeKit Bonjour Conformance Test 1.5.2

CONFIG_LWIP_AUTOIP=y CONFIG_LWIP_AUTOIP_TRIES=2 CONFIG_LWIP_AUTOIP_MAX_CONFLICTS=9 CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL=60

log:

WARNING 2022-01-19 18:07:04.572052-0800: RFC3927 recommends 60000 ms between proboes, but measured 55809. NOTICE 2022-01-19 18:07:04.572085-0800: Sending conflicting probe 169.254.1.66 NOTICE 2022-01-19 18:07:05.081466-0800: Received probe for new address 169.254.1.67 ERROR 2022-01-19 18:07:05.081562-0800: Expected 60000 ms between probes, but measured 508, it was too short. NOTICE 2022-01-19 18:07:05.081594-0800: Denying probe for 169.254.1.67 NOTICE 2022-01-19 18:07:05.702548-0800: Received probe for new address 169.254.1.68 ERROR 2022-01-19 18:07:05.702656-0800: Expected 60000 ms between probes, but measured 620, it was too short. NOTICE 2022-01-19 18:07:05.702688-0800: Sending conflicting probe 169.254.1.68 NOTICE 2022-01-19 18:07:06.349115-0800: Received probe for new address 169.254.1.69 ERROR 2022-01-19 18:07:06.349245-0800: Expected 60000 ms between probes, but measured 646, it was too short.