Dnshash: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


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:'''

# Teach dnshash to validate its guesses with ping.
# Implement the dnshash algorithm in a real recursive resolver and cache.

Revision as of 02:44, 25 July 2009

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.
  2. Implement the dnshash algorithm in a real recursive resolver and cache.