mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed typo.
This commit is contained in:
parent
5591d44632
commit
168e0fd105
|
@ -10,7 +10,7 @@ generate the users public-private key pair. (32 bytes each)
|
|||
The generated public key is set as the client_id of the peer.
|
||||
|
||||
Adding a friend:
|
||||
Alice adds bob to her friends list by adding his 32 byte public key (client_id) to his friends list.
|
||||
Alice adds bob to her friends list by adding his 32 byte public key (client_id) to her friends list.
|
||||
2 cases:
|
||||
case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect to him.
|
||||
case 2: Bob and Alice add their respective public keys to their friends list at the same time.
|
||||
|
|
Loading…
Reference in New Issue
Block a user