Get desktop application:
View/edit binary Protocol Buffers messages
* Socket service allows for p2p sockets to be established between Impervious nodes.
* SendSocket sends a socket request to another node.
* Represents a request to send socket connection information to a far end node
The public key of the far end LND node running IMP
* Represents a response back from the request to establish a socket
returned message ID
* StartSocket starts the socket on your Impervious node.
* Represents a request to start a socket on an owned IMP node
(message has no fields)
* Represents a response containing socket information from a started socket
the protocol of the socket connection
the ip of the IMP node to connect to
the first port of the socket connection
the second port of the socket connection
* StopSocket stops the socket on your Impervious node.
* Represents a request to stop a socket on an owned IMP node
(message has no fields)
* Represents a response back from a stopped socket
(message has no fields)