Skip to content

Commit 51b8d0a

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ if ( endpoint == NULL )
4444
4545
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.
4646
47-
You can name your endpoints by setting _name_ in the config and can use any combination of _context_ and _id_ so you know how to send and receive packets for that endpoint. For example, an endpoint belonging to a client would send packets to the server IP address, and a client endpoint on the server would know to send packets to the address of that specific client via _id_.
48-
4947
Next, create a function to transmit packets:
5048
5149
```c

0 commit comments

Comments
 (0)