Commit ab255e87 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8509b93d
......@@ -59,6 +59,15 @@
// connection. A response can be sent back via Request.Reply. Then once
// Request.Close is called the connection object that was accepted is
// immediately put back into pool for later reuse. XXX Expect1
//
//
// Joining network
//
// Besides plain TCP NEO clusters are frequently configured to use TLS in
// 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
// Join and Config for details.
package neonet
// XXX neonet compatibility with NEO/py depends on the following small NEO/py patch:
......
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