diff --git a/i2p2www/spec/proposals/159-ssu2.rst b/i2p2www/spec/proposals/159-ssu2.rst index 51e1c31c..75bb2c04 100644 --- a/i2p2www/spec/proposals/159-ssu2.rst +++ b/i2p2www/spec/proposals/159-ssu2.rst @@ -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 diff --git a/i2p2www/spec/proposals/160-udp-trackers.rst b/i2p2www/spec/proposals/160-udp-trackers.rst index e64e3756..2bb9dd79 100644 --- a/i2p2www/spec/proposals/160-udp-trackers.rst +++ b/i2p2www/spec/proposals/160-udp-trackers.rst @@ -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.