Prop. 159 edit design goals section

This commit is contained in:
zzz
2021-10-11 10:19:21 -04:00
parent 3ee4d16731
commit 87ca8d5a7c

View File

@@ -5,7 +5,7 @@ SSU2
:author: orignal, zlatinb, zzz
:created: 2021-09-12
:thread: http://zzz.i2p/topics/2612
:lastupdated: 2021-09-12
:lastupdated: 2021-10-11
:status: Open
:target: 0.9.55
@@ -52,6 +52,15 @@ Design Goals
algorithms.
- Increase speed and reduce latency.
Median setup time is currently about 135 ms for NTCP2 and 187 ms for SSU,
even though NTCP2 has an additional round trip; replacing ElGamal in
SSU2 should reduce it, but other changes may also help.
- (maybe) Prevent traffic amplification attacks from spoofed source addresses
via "address validation"? Is this necessary, or are there other
ways that would not require an additional round trip?
Does this conflict with the requirement to prevent traffic identification?
See below.
- Make packet identification easier, to reduce reliance on fallbacks and
heuristics that make the code overly complex.