Skip to content

Commit 621f944

Browse files
committed
slight readme change
1 parent d93b847 commit 621f944

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/p2p/readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Essentially moving the client logic out of the stun server and splitting it up i
99
│ │ ├── state.go # State management
1010
│ │ ├── peer.go # Peer handling
1111
│ │ ├── callbacks.go # Event callbacks
12-
│ │ └── message_handler.go # Message routing
12+
│ │ |── 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
1315
│ ├── api/
1416
│ │ └── message.go # Protocol messages -> Future seperated between Stun messages and user messages
1517
```

0 commit comments

Comments
 (0)