forked from schmittlauch/Hash2Pub
rename DHT implementation as it deviates from the EpiChord paper
This commit is contained in:
parent
e83710f10b
commit
6c5faa4fc6
|
@ -1,15 +1,15 @@
|
|||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
{- |
|
||||
Module : EpiChord
|
||||
Module : FediChord
|
||||
Description : An opinionated implementation of the EpiChord DHT by Leong et al.
|
||||
Copyright : (c) schmittlauch, 2019
|
||||
License : AGPL-3
|
||||
Stability : experimental
|
||||
|
||||
Here be dragons
|
||||
Modernised EpiChord + k-choices load balancing
|
||||
-}
|
||||
|
||||
module EpiChord where
|
||||
module Control.Distributed.Process.DHT.FediChord where
|
||||
|
||||
newtype NodeID = NodeID { getNodeID :: Integer } deriving (Eq, Show, Enum)
|
||||
|
Loading…
Reference in a new issue