You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ Basically you have a Relay server somewhere in your network, which can act as a
267
267
<br/>Relay clients (Peers) connect to Relay server and get notifications about existince of other peers. Peers can send messages to each other through Relay Server, or directly to each other (Udp holepunch).
Server is completely passive, allowing other peers to discover and send messages to each other. Additionally NAT traversal methods such as UDP holepunching provided to allow direct communication via Internet or LAN (UDP only so far, but we have reliable udp).
272
272
<br/> To use the Relay server, simply declere your server as:
273
273
```c#
@@ -276,19 +276,18 @@ Server is completely passive, allowing other peers to discover and send messages
276
276
server.StartServer();
277
277
```
278
278
Relay server is already pre-configured.
279
-
###Relay Client
279
+
## Relay Client
280
280
Relay client is where your application logic is implemented. You can web your client applications to discover and talk with each other.
0 commit comments