Skip to content

Commit

Permalink
wip: adding network authentication logic
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tegefaulkes committed Nov 28, 2024
1 parent a1222be commit dc594b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nodes/NodeConnectionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const abortPendingConnectionsReason = Symbol(
'abort pending connections reason',
);

// TODO: modify this to handle network authentication logic

/**
* NodeConnectionManager is a server that manages all node connections.
* It manages both initiated and received connections.
Expand Down

0 comments on commit dc594b6

Please sign in to comment.