command
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Jun 23, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
pair implements a pair example. node0 is a listening
pair socket, and node1 is a dialing pair socket.
To use:
$ go build .
$ url=tcp://127.0.0.1:40899
$ ./pair node0 $url & node0=$!
$ ./pair node1 $url & node1=$!
$ sleep 3
$ kill $node0 $node1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.