mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Correct description
This commit is contained in:
parent
2ce92d07e2
commit
4a183a000e
@ -1135,21 +1135,14 @@ network_connection_error_t Network::ConnectFSM()
|
||||
network_connection_error_t err;
|
||||
|
||||
/* See http://www.brynosaurus.com/pub/net/p2pnat/ for how this works.
|
||||
*
|
||||
* For the server ("master"):
|
||||
* 1. Send connect to the broker
|
||||
* 2. Wait for broker to return the peer connection info (private
|
||||
* and public address)
|
||||
* 3. Until connected:
|
||||
* 3.1 Send connection message to peer
|
||||
* 3.2 Wait for reply from peer
|
||||
*
|
||||
* For the client:
|
||||
* 1. Send connect to the broker
|
||||
* 2. Wait for the broker to return list of peers
|
||||
* 3. Tell the broker who to connect to
|
||||
* 4. Wait for broker to return the peer connection info (private
|
||||
* and public address)
|
||||
* 4. Select peer
|
||||
* 4.1 (master) Wait for broker to return peer address
|
||||
* 4.2 (client) Connect to peer
|
||||
* 5. Until connected:
|
||||
* 5.1 Send connection message to peer
|
||||
* 5.2 Wait for reply from peer
|
||||
|
Loading…
Reference in New Issue
Block a user