mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Netplay/UPnP) Stability Issue
This commit is contained in:
parent
cc1325ff82
commit
61610bd7d3
@ -140,9 +140,9 @@ done:
|
|||||||
|
|
||||||
static void task_netplay_nat_traversal_handler(retro_task_t *task)
|
static void task_netplay_nat_traversal_handler(retro_task_t *task)
|
||||||
{
|
{
|
||||||
static struct natt_discovery discovery = {-1};
|
static struct natt_discovery discovery = {-1, -1};
|
||||||
static struct natt_device device = {0};
|
static struct natt_device device = {0};
|
||||||
struct nat_traversal_data *data = (struct nat_traversal_data*)task->task_data;
|
struct nat_traversal_data *data = (struct nat_traversal_data*)task->task_data;
|
||||||
|
|
||||||
/* Try again on the next call. */
|
/* Try again on the next call. */
|
||||||
if (device.busy)
|
if (device.busy)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user