mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Update ENet to 8ae0e85298
This commit is contained in:
parent
0cd70c2aa5
commit
324777406c
20 changed files with 544 additions and 401 deletions
4
Externals/enet/docs/tutorial.dox
vendored
4
Externals/enet/docs/tutorial.dox
vendored
|
@ -102,8 +102,8 @@ may be simultaneously open.
|
|||
client = enet_host_create (NULL /* create a client host */,
|
||||
1 /* only allow 1 outgoing connection */,
|
||||
2 /* allow up 2 channels to be used, 0 and 1 */,
|
||||
57600 / 8 /* 56K modem with 56 Kbps downstream bandwidth */,
|
||||
14400 / 8 /* 56K modem with 14 Kbps upstream bandwidth */);
|
||||
0 /* assume any amount of incoming bandwidth */,
|
||||
0 /* assume any amount of outgoing bandwidth */);
|
||||
|
||||
if (client == NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue