Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 53df9f3

Browse files
committed
fix: use spaces instead of tabs in flow diagram
1 parent 4554d8b commit 53df9f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ws-star is still a mess, rendezvous is still a work in progress and I just figur
1313
## Registration flow
1414

1515
```
16-
Client Server
16+
Client Server
1717
1818
The client connects
1919
Both the server and the client negotiate a muxer to use using multistream-select
@@ -36,17 +36,16 @@ If both match, the server adds the client to the network, otherwise it responds
3636
## Dialing flow
3737

3838
```
39-
Client A Server Client B
39+
Client A Server Client B
4040
4141
The client opens a muxed connection and sends the peerID of the target over that connection
4242
--[ *opens connection* ]-------------->
4343
--[ DialRequest{ target: <bytes> } ]-->
4444
4545
The server verifies if the client is online and responds with either an error or opens a connection to the other and forwards that over the existing connection
46-
--[ *opens connection* ]--------------->
46+
--[ *opens connection* ]--------------->
4747
<-[ DialRequest{ error? } ]------------
4848
---------------------------------------->-[ *forwarded connection* ]----------->
4949
5050
After that the normal libp2p dialing flow is happening between A and B
51-
5251
```

0 commit comments

Comments
 (0)