lwip/src
Jasper Verschueren 19cbf2a652 mDNS: probe rate limiting if more then 15 conflicts occur in 10s
According to RFC6762 section 8.1:
If fifteen conflicts occur within any ten-second period, then the
host MUST wait at least five seconds before each successive
additional probe attempt.
If the host restarts mDNS, instead of a probe wait timeout randomly
chosen between 0 and 250ms, we wait 5s if more then 15 conflicts
occured in 10seconds. This flag is reset from the moment probing
succeeded.
2018-11-19 14:26:25 +01:00
..
api sockets: Trivial comment fixes 2018-11-09 17:14:20 +08:00
apps mDNS: probe rate limiting if more then 15 conflicts occur in 10s 2018-11-19 14:26:25 +01:00
core tcp_recved: fix overflow check 2018-11-12 21:01:47 +01:00
include mDNS: probe rate limiting if more then 15 conflicts occur in 10s 2018-11-19 14:26:25 +01:00
netif fix compiling ETHARP_SUPPORT_VLAN without LWIP_HOOK_VLAN_SET and LWIP_VLAN_PCP 2018-11-07 10:49:06 +01:00
Filelists.cmake mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
Filelists.mk mDNS: add new files to filelists + solve compile errors 2018-11-13 12:17:38 +01:00
FILES