fixed bug #40753 (re-bind UDP pcbs on change of IP address)

This commit is contained in:
sg
2015-02-26 22:17:30 +01:00
parent 0d1606ff23
commit 99dd78964a
4 changed files with 32 additions and 1 deletions

View File

@@ -221,6 +221,8 @@ void udp_debug_print(struct udp_hdr *udphdr);
#define udp_debug_print(udphdr)
#endif
void udp_netif_ipv4_addr_changed(const ip_addr_t* old_addr, const ip_addr_t* new_addr);
#ifdef __cplusplus
}
#endif