readme
来自「基于DHT的对等协议」· 代码 · 共 35 行
TXT
35 行
This repository is an experimental implementation of the Chord lookupservice and the cooperative file system (CFS). The software isorganized as follows:chord/ - This directory implements the core of the chord lookupservice. libchord.a implements the API defined in chord.h to maintainrouting tables, add/remove nodes from the network, route simplequeries. libchord also provides a node-to-node RPC service based onSFS asynchronous RPC.dhash/ - DHash depends on chord and builds a replicated block store on thebasic Chord primitive.lsd/ - lsd is the Location Service Daemon. It instantiates the Chord andDHash layers and accepts requests from clients over a UNIX domainsocket.tools/ - testing and performance toolssvc/ - protocol files for the above programsThis software is experimental and under active development. Pleasesend bug reports/fixes to chord-dev@pdos.lcs.mit.edu.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?