Skip to content

Commit

Permalink
start session collection for exit gateways (#5148)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwicky authored Nov 19, 2024
1 parent 05b55a1 commit 855eecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nym-node/src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ impl NymNode {
self.exit_gateway.stats_storage.clone(),
);
exit_gateway.set_task_client(task_client);
exit_gateway.set_session_stats(self.entry_gateway.sessions_stats.clone()); //Weird naming I'll give you that, but Andrew is gonna rework it anyway
if self.config.wireguard.enabled {
exit_gateway.set_wireguard_data(self.wireguard.into());
}
Expand Down

0 comments on commit 855eecf

Please sign in to comment.