Preliminary code for distributed hash table. Defines some basic udp message structure...
authorerubow <erubow>
Tue, 17 Apr 2007 07:25:53 +0000 (07:25 +0000)
committererubow <erubow>
Tue, 17 Apr 2007 07:25:53 +0000 (07:25 +0000)
commitd992d2b88e882c3f1997e7c1cf0715e5ef3d6447
tree7681f2de497cd71bcc97e69c57fca57e0e30ea14
parent234a1f43e2c6dcca65bd84a7185c629c394d92b4
Preliminary code for distributed hash table. Defines some basic udp message structures, etc.
Robust/src/Runtime/DSTM/interface/dht.c [new file with mode: 0644]
Robust/src/Runtime/DSTM/interface/dht.h [new file with mode: 0644]
Robust/src/Runtime/DSTM/interface/testdht.c [new file with mode: 0644]