Remove all the airhook stuff.
[quix0rs-apt-p2p.git] / README.txt
index 093cc96e868e519b17a643b27358292498ef7d94..42f9a82d8ffc60f8d66e38576fd171b3cbdb9ca2 100644 (file)
@@ -7,14 +7,13 @@ applications.  Note that Khashmir currently isn't very attack resistant.
   1 - http://kademlia.scs.cs.nyu.edu/
   
 Khashmir is implemented in Python using the Twisted [2] asynchronous networking
-framework.  Network deliver is done using Airhook [3].  PySQLite is used for each
+framework.  Network deliver is done using UDP.  PySQLite is used for each
 peer's backing store of keys and values.  The backing store is currently
 held in memory but it could easily be placed on disk.  Values expire after
 24 hours, by default.  Each peer stores multiple values for a key and
 currently returns all available values when requested.
   
   2 - http://twistedmatrix.com
-  3 - http://airhook.org/
 
 If you just want to watch it build a test network of peers, run "python
 khashmir.py <num peers>" This script will create the specified number of