Commit 1b329757 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9de158d4
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// See https://www.nexedi.com/licensing for rationale and options. // See https://www.nexedi.com/licensing for rationale and options.
package xneo package xneo
// dial/listen with request/accept identification // dial/listen combined with request/accept identification
import ( import (
"context" "context"
......
...@@ -35,12 +35,6 @@ import ( ...@@ -35,12 +35,6 @@ import (
"lab.nexedi.com/kirr/neo/go/internal/xio" "lab.nexedi.com/kirr/neo/go/internal/xio"
) )
// TODO
//
// - Node <- instead of NodeApp
// + PeerNode <- instead of Node
// - NodeTable <- remains + comment that each entry is "node information" + link
// NodeTable represents known nodes in a cluster. XXX + "containing" parent node // NodeTable represents known nodes in a cluster. XXX + "containing" parent node
// //
// It is // It is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment