minor proposal fixes

This commit is contained in:
zzz
2022-01-17 11:41:17 -05:00
parent d0a68e42ee
commit baaa876824
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ SSU2
:author: eyedeekay, orignal, zlatinb, zzz
:created: 2021-09-12
:thread: http://zzz.i2p/topics/2612
:lastupdated: 2021-10-26
:lastupdated: 2022-01-17
:status: Open
:target: 0.9.55
@ -5228,7 +5228,7 @@ Sending ACK Blocks
Every packet should be acknowledged at least once, and ack-eliciting
packets must be acknowledged at least once within the maximum delay
an endpoint communicated using the max_ack_delay transport parameter.
max_ack_delay declares an explicit contract: an
Max_ack_delay declares an explicit contract: an
endpoint promises to never intentionally delay acknowledgments of an
ack-eliciting packet by more than the indicated value. If it does,
any excess accrues to the RTT estimate and could result in spurious

View File

@ -5,7 +5,7 @@ UDP Trackers
:author: zzz
:created: 2022-01-03
:thread: http://zzz.i2p/topics/1634
:lastupdated: 2022-01-03
:lastupdated: 2022-01-17
:status: Open
:target: 0.9.54
@ -25,7 +25,7 @@ As the user base in general and the number of bittorrent users specifically cont
we need to make trackers and announces more efficient so that trackers are not overwhelemed.
Bittorrent proposed UDP trackers in BEP 15 [BEP15]_ in 2008, and the vast majority
of trackers on clearnet are UDP-only.
of trackers on clearnet are now UDP-only.
A preliminary proposal for UDP trackers in I2P was posted on our bittorrent spec page [SPEC]_
in May 2014; this predated our formal proposal process, and it was never implemented.