Commit aaafef73 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7ccfc3d7
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
// //
// Joining network // Joining network
// //
// Besides plain TCP NEO clusters are frequently configured to use TLS in // Besides plain TCP, NEO clusters are frequently configured to use TLS in
// peer-to-peer mode and/or network virtualisation. A networker suitable for // peer-to-peer mode and/or network virtualisation. A networker suitable for
// interoperating with nodes in such a cluster can be created via Join. See // interoperating with nodes in such a cluster can be created via Join. See
// Join and Config for details. // Join and Config for details.
......
...@@ -43,7 +43,7 @@ type Config struct { ...@@ -43,7 +43,7 @@ type Config struct {
CA, Cert, Key string CA, Cert, Key string
// LoNode, if non-empty, tells to use lonet as underlying network. // LoNode, if non-empty, tells to use lonet as underlying network.
// Network and hostname should be specified as "<net>/<host>" // Network and hostname should be specified as "<net>/<host>".
LoNode string LoNode string
} }
......
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