Skip to content

Commit 91e98a4

Browse files
Update README.md
Signed-off-by: Glenn Fiedler <glenn@networknext.com>
1 parent 51b8d0a commit 91e98a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if ( endpoint == NULL )
4242
}
4343
```
4444
45-
For example, in a client/server setup you would have one endpoint on each client, and n endpoints on the server, one for each client slot. In a fully connected peer-to-peer mesh with n peers, you would have n-1 endpoints on each peer, one for each of the other peers.
45+
For example, in a client/server setup you would have one endpoint on each client, and n endpoints on the server, one for each client slot.
4646
4747
Next, create a function to transmit packets:
4848

0 commit comments

Comments
 (0)