Define IP_MULTICAST_TTL if not defined

This commit is contained in:
twinaphex 2021-12-09 08:45:16 +01:00
parent 3b1a1ac8da
commit 9ec445ab40

View File

@ -37,6 +37,10 @@
#include <net/net_natt.h>
#ifndef IP_MULTICAST_TTL
#define IP_MULTICAST_TTL 33
#endif
static natt_state_t natt_st = {{0}, {{0}}, 0, -1};
natt_state_t *natt_state_get_ptr(void)