naseebpanghal
Results
2
issues of
naseebpanghal
I have got mpp installed default on my debian system. Now, i need to debug it for some reason. while using mpp test sample, i find below version of the...
Client ``` #include #include #include #include #include #include int main(int argc, char *argv[]) { int sock = nn_socket(AF_SP, NN_PAIR); if (sock < 0) { perror("nn_socket"); exit(1); } if (nn_connect(sock, "ipc:///tmp/test_pair.ipc")...