Commit ea36e180 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ba788667
...@@ -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
// lonet organization // Lonet 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.
// //
// //
// handshake protocol // Handshake 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
......
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