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
ea36e180
Commit
ea36e180
authored
May 15, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ba788667
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
go/xcommon/xnet/lonet/lonet.go
go/xcommon/xnet/lonet/lonet.go
+3
-3
No files found.
go/xcommon/xnet/lonet/lonet.go
View file @
ea36e180
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
// See also shipped lonet.py for accessing lonet networks from Python.
// See also shipped lonet.py for accessing lonet networks from Python.
package
lonet
package
lonet
//
l
onet organization
//
L
onet organization
//
//
// For every lonet network there is a registry with information about hosts
// For every lonet network there is a registry with information about hosts
// available on the network, and for each host its OS-level listening address.
// available on the network, and for each host its OS-level listening address.
...
@@ -75,9 +75,9 @@ package lonet
...
@@ -75,9 +75,9 @@ package lonet
// registry so that other hosts could see it.
// registry so that other hosts could see it.
//
//
//
//
//
h
andshake protocol
//
H
andshake protocol
//
//
// After α establishes OS-level connection to β via main β
port
, it sends
// After α establishes OS-level connection to β via main β
address
, it sends
// request to further establish lonet connection on top of that:
// request to further establish lonet connection on top of that:
//
//
// > lonet "<network>" dial <α:portα> <β:portβ> \n
// > lonet "<network>" dial <α:portα> <β:portβ> \n
...
...
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