Skip to content

Commit

Permalink
feat: tentatively pass the keys to one of the data channel workers
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed May 13, 2023
1 parent f8e11d2 commit 4deefc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ stateDiagram
tlsWorker --> ccDown: chan *TLSRecord
relUp --> pmDown: chan *model.Packet [ACK]
[*] --> tunWrite
tlsWorker --> dcUp: chan *DataChannelKey
nioDown --> internet: conn.Write() [!!!]
internet --> nioUp: conn.Read() [!!!]
Expand Down

0 comments on commit 4deefc3

Please sign in to comment.