Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
BroadcastSender
no vote
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <arpa/inet.h> #include "Practical.h" static const char *IN6ADDR_ALLNODES = "FF02::1"; // v6 addr not built in int main(int argc, char *argv[]) { if (argc != 4) // Test for correct number of arguments <
siuis
2016-08-23
0
1
No more~