Variables | |
tuple | p = optparse.OptionParser(usage="usage: %prog [options] <key> <value> <secret>") |
string | default = "http://localhost:1234/" |
string | help = "gateway URI, list at http://opendht.org/servers.txt" |
string | type = "int" |
tuple | pxy = ServerProxy(opts.gateway) |
tuple | key = Binary(sha.new(args[0]).digest()) |
tuple | vh = Binary(sha.new(args[1]).digest()) |
string rm::default = "http://localhost:1234/" |
string rm::help = "gateway URI, list at http://opendht.org/servers.txt" |
tuple rm::key = Binary(sha.new(args[0]).digest()) |
Referenced by BaseKeySortedVector< LookupEntry >::add(), BaseKeySortedVector< LookupEntry >::contains(), BaseKeySortedVector< LookupEntry >::find(), BaseKeySortedVector< LookupEntry >::findIterator(), BaseApp::handleCommonAPIMessage(), P2pns::handleDHTgetCAPIResponse(), Scribe::handleJoinMessage(), DHTTestApp::handlePutResponse(), Scribe::handleTimerEvent(), DHTTestApp::handleTimerEvent(), DHTTestApp::handleTraceMessage(), I3::handleUDPMessage(), BootstrapList::initializeApp(), BaseKeySortedVector< LookupEntry >::isAddable(), GiaMessageBookkeeping::removeTimedoutMessages(), I3::sendPacket(), and DHT::update().
tuple rm::pxy = ServerProxy(opts.gateway) |
string rm::type = "int" |
tuple rm::vh = Binary(sha.new(args[1]).digest()) |