Skip to content

Commit

Permalink
Add note on proxying
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Nov 17, 2022
1 parent 1d583c4 commit 2275ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/handshake.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ The client node may then begin holepunching a connection directly to the server

### Proxying

> :warning: This is a draft of an upcoming proxy protocol that allows a peer to connect to another peer through a proxy node. This may be beneficial if the peer determines network conditions between itself and the other peer unfavorable, but knows of another node that may have a better chance of holepunching a direct connection to the other peer.
#### Client

```mermaid
Expand Down
2 changes: 2 additions & 0 deletions docs/holepunch.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ In tandem with the holepunch messages, the client and server will attempt to pin

### Proxying

> :warning: This is a draft of an upcoming proxy protocol that allows a peer to connect to another peer through a proxy node. This may be beneficial if the peer determines network conditions between itself and the other peer unfavorable, but knows of another node that may have a better chance of holepunching a direct connection to the other peer.
#### Client

```mermaid
Expand Down

0 comments on commit 2275ddc

Please sign in to comment.