Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
aaafef73
Commit
aaafef73
authored
Dec 29, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7ccfc3d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
go/neo/neonet/connection.go
go/neo/neonet/connection.go
+1
-1
go/neo/neonet/net.go
go/neo/neonet/net.go
+1
-1
No files found.
go/neo/neonet/connection.go
View file @
aaafef73
...
...
@@ -63,7 +63,7 @@
//
// 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
// interoperating with nodes in such a cluster can be created via Join. See
// Join and Config for details.
...
...
go/neo/neonet/net.go
View file @
aaafef73
...
...
@@ -43,7 +43,7 @@ type Config struct {
CA
,
Cert
,
Key
string
// 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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment