mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-23 06:41:11 +00:00
Allow use of multiple ENet channels
This commit is contained in:
parent
11aedf56a2
commit
810945f5bf
@ -106,7 +106,7 @@ namespace net {
|
||||
enet_address_set_host(&addr, "0.0.0.0");
|
||||
enet_address_set_port(&addr, port);
|
||||
|
||||
return host_t { enet_host_create(AF_INET, &addr, peers, 1, 0, 0) };
|
||||
return host_t { enet_host_create(AF_INET, &addr, peers, 0, 0, 0) };
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user