summaryrefslogtreecommitdiffstats
path: root/app/lwip/lwipopts.h
diff options
context:
space:
mode:
authorroot <root@ka-ata-killa.ourano.james.local>2021-03-20 19:37:18 +0000
committerroot <root@ka-ata-killa.ourano.james.local>2021-03-20 19:37:18 +0000
commit8c8218f878609af4719252d16ac0f42bccd9ba5b (patch)
tree3efcff988ae500c028868ab547979fd9f56dd5fa /app/lwip/lwipopts.h
parentf211fe6461aae73f5ffdbe58961dbe3dd1309854 (diff)
downloadclock-8c8218f878609af4719252d16ac0f42bccd9ba5b.tar.gz
clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.tar.bz2
clock-8c8218f878609af4719252d16ac0f42bccd9ba5b.zip
add mdns responder
Diffstat (limited to 'app/lwip/lwipopts.h')
-rw-r--r--app/lwip/lwipopts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/lwip/lwipopts.h b/app/lwip/lwipopts.h
index 7adba9c..b3e37c7 100644
--- a/app/lwip/lwipopts.h
+++ b/app/lwip/lwipopts.h
@@ -36,6 +36,8 @@
#define LWIP_TIMERS 1
+#define LWIP_NETIF_STATUS_CALLBACK 1
+#define LWIP_NUM_NETIF_CLIENT_DATA 1
#if 0
#define SYS_DEBUG LWIP_DBG_ON
@@ -215,6 +217,9 @@ The STM32F4x7 allows computing and verifying the IP, UDP, TCP and ICMP checksums
#define LWIP_HTTPD_FILE_STATE 0
#define LWIP_HTTPD_CGI 1
+#define LWIP_IGMP 1
+#define LWIP_MDNS_RESPONDER 1
+
/*