SSU2: Add note about relaying to charlie when he is behind a symmetric NAT
This commit is contained in:
@ -5,7 +5,7 @@ SSU2
|
||||
:author: eyedeekay, orignal, zlatinb, zzz
|
||||
:created: 2021-09-12
|
||||
:thread: http://zzz.i2p/topics/2612
|
||||
:lastupdated: 2022-10-12
|
||||
:lastupdated: 2022-10-16
|
||||
:status: Open
|
||||
:target: 0.9.56
|
||||
|
||||
@ -7845,6 +7845,11 @@ there are several options to validate the signature:
|
||||
to that in the Relay Response, if already received
|
||||
- Don't validate the signature at all
|
||||
|
||||
If Charlie is behind a symmetric NAT, his reported port in the Relay Response and Hole Punch
|
||||
may not be accurate. Therefore, Alice should check the UDP source port of the Hole Punch
|
||||
message, and use that if it is different than the reported port.
|
||||
|
||||
|
||||
|
||||
Tag Requests by Bob
|
||||
------------------------
|
||||
|
@ -5455,6 +5455,10 @@ there are several options to validate the signature:
|
||||
to that in the Relay Response, if already received
|
||||
- Don't validate the signature at all
|
||||
|
||||
If Charlie is behind a symmetric NAT, his reported port in the Relay Response and Hole Punch
|
||||
may not be accurate. Therefore, Alice should check the UDP source port of the Hole Punch
|
||||
message, and use that if it is different than the reported port.
|
||||
|
||||
|
||||
Tag Requests by Bob
|
||||
------------------------
|
||||
|
Reference in New Issue
Block a user