nanomsg.examples.pair

Nanomsg Example: Pair

Members

Functions

main
int main(string[] argv)
Undocumented in source. Be warned that the author may not have intended to support it.
node0
int node0(string url)
node1
int node1(string url)
recv_name
int recv_name(int sock, string name)
send_name
int send_name(int sock, string name)
send_recv
void send_recv(int sock, string name)

Manifest constants

NODE0
enum NODE0;
NODE1
enum NODE1;

Meta