📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -