From d93c494de63f84af612104a8b466a23675e7984d Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Wed, 3 Sep 2014 18:51:06 +0000
Subject: [PATCH] DLM proposal take 2

---
 i2p2www/pages/site/docs/spec/i2np.html | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/i2p2www/pages/site/docs/spec/i2np.html b/i2p2www/pages/site/docs/spec/i2np.html
index 0220d1831..ceae52c92 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
 
-- 
GitLab