diff --git a/i2p2www/pages/site/docs/spec/i2np.html b/i2p2www/pages/site/docs/spec/i2np.html index 0220d1831397d089a0f07d9a6a5042205e9bfd74..ceae52c928f5e35e5c386a408379f16b2368aa88 100644 --- a/i2p2www/pages/site/docs/spec/i2np.html +++ b/i2p2www/pages/site/docs/spec/i2np.html @@ -685,14 +685,16 @@ flags :: as of release 0.9.7: 0 => send unencrypted reply 1 => send AES encrypted reply using enclosed key and tag - bit 2: explorationFlag - through release 0.9.5, must be set to 0 + bits 3-2: lookup type flags + through release 0.9.5, must be set to 00 as of release 0.9.6, ignored as of release 0.9.16 (proposed): - 0 => normal lookup - 1 => exploration lookup, respond with non-floodfill routers only - (replaces an excludedPeer of all zeroes) - bits 7-3: + 00 => normal lookup, return RI or LS or DSRM + 01 => LS lookup, return LS or DSRM + 10 => RI lookup, return RI or DSRM + 11 => exploration lookup, return DSRM containing non-floodfill routers only + (replaces an excludedPeer of all zeroes) + bits 7-4: through release 0.9.5, must be set to 0 as of release 0.9.6, ignored, set to 0 for compatibility with future uses and with older routers