Skip to content

Instantly share code, notes, and snippets.

@arriqaaq
Created September 11, 2018 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arriqaaq/5518e3433759f61c5116e031187cb4f5 to your computer and use it in GitHub Desktop.
Save arriqaaq/5518e3433759f61c5116e031187cb4f5 to your computer and use it in GitHub Desktop.
type Node struct {
*internal.Node
predecessor *internal.Node
successor *internal.Node
fingerTable fingerTable
storage Storage
transport Transport
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment