We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93b847 commit 621f944Copy full SHA for 621f944
1 file changed
internal/p2p/readme.md
@@ -9,7 +9,9 @@ Essentially moving the client logic out of the stun server and splitting it up i
9
│ │ ├── state.go # State management
10
│ │ ├── peer.go # Peer handling
11
│ │ ├── callbacks.go # Event callbacks
12
-│ │ └── message_handler.go # Message routing
+│ │ |── message_handler.go # Message routing
13
+│ │ └── server_handler.go # Deals with connections to server
14
+│ │ └── connection_handler.go # Deals with ping/pong keeping connections alive
15
│ ├── api/
16
│ │ └── message.go # Protocol messages -> Future seperated between Stun messages and user messages
17
```
0 commit comments