mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Define IP_MULTICAST_TTL if not defined
This commit is contained in:
parent
3b1a1ac8da
commit
9ec445ab40
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user