DLM proposal take 2
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user