-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix --anonymous-inbound data leak [0.18] #9633
base: release-v0.18
Are you sure you want to change the base?
Fix --anonymous-inbound data leak [0.18] #9633
Conversation
9221a8d
to
2b1e383
Compare
See other PR for force push explanation. |
@selsta something wrong with the 0.18 branch right now? These errors look unrelated. |
@vtnerd you updated the trezor submodule |
Yup, I see it now, thanks. |
@@ -2483,26 +2484,38 @@ namespace nodetool | |||
std::vector<peerlist_entry> local_peerlist_new; | |||
zone.m_peerlist.get_peerlist_head(local_peerlist_new, true, max_peerlist_size); | |||
|
|||
/* Tor/I2P nodes receiving connections via forwarding (from tor/i2p daemon) | |||
do not know the address of the connecting peer. This is relayed to them, | |||
iff the node has setup an inbound hidden service. The other peer will have |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the typo, can you elaborate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought iff
is supposed to be if
but seems it's an abbreviation I wasn't aware of.
2b1e383
to
53ffc8d
Compare
The last force push should fix the external submodule that was bad. |
Same as #9632 but on release branch.