From 6b4634fb21f81a42f3dffb4a3cb454099e752e0c Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 29 Jun 2025 10:28:07 -0400 Subject: [PATCH] UDP announce clarifications --- i2p2www/spec/udp-announces.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i2p2www/spec/udp-announces.rst b/i2p2www/spec/udp-announces.rst index 7d57cf11..1afd35d8 100644 --- a/i2p2www/spec/udp-announces.rst +++ b/i2p2www/spec/udp-announces.rst @@ -251,17 +251,18 @@ Offset Size Name Value 64 64-bit integer left 72 64-bit integer uploaded 80 32-bit integer event 0 // 0: none; 1: completed; 2: started; 3: stopped - 84 32-bit integer IP address 0 // default + 84 32-bit integer IP address 0 // default, unused in I2P 88 32-bit integer key 92 32-bit integer num_want -1 // default - 96 16-bit integer port + 96 16-bit integer port // must be same as I2CP from port 98 varies options optional // As specified in BEP 41 {% endhighlight %} Changes from [BEP15]_: - key is ignored -- port is probably ignored +- IP address is unused +- port is probably ignored but must be same as I2CP from port - The options section, if present, is as defined in [BEP41]_ The response MUST be sent to the I2CP "to port" that was received as the request "from port".