Dnshash: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (New page: dnshash implements the hash-based DNS resolver described in Network principles. See its [http://dev.laptop.org/git/users/mstone/dnshash/tree/README README] for full details.)
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
dnshash implements the hash-based DNS resolver described in [[Network principles]].
dnshash implements the hash-based DNS resolver described in [[Network principles]].



See its [http://dev.laptop.org/git/users/mstone/dnshash/tree/README README] for full details.
See its [http://dev.laptop.org/git/users/mstone/dnshash/tree/README README] for full details.

'''Suggested improvements:'''

# <s>Teach dnshash to validate its guesses with ping.</s> --[[User:Mstone|Michael Stone]] 02:40, 16 November 2009 (UTC)
# <s>Implement the dnshash algorithm in a real recursive resolver and cache.</s> ''(impossible to implement)'' --[[User:Mstone|Michael Stone]] 17:24, 16 April 2011 (UTC)

Latest revision as of 17:24, 16 April 2011

dnshash implements the hash-based DNS resolver described in Network principles.

See its README for full details.

Suggested improvements:

  1. Teach dnshash to validate its guesses with ping. --Michael Stone 02:40, 16 November 2009 (UTC)
  2. Implement the dnshash algorithm in a real recursive resolver and cache. (impossible to implement) --Michael Stone 17:24, 16 April 2011 (UTC)