Linux下UDP Socket編程實例

server.cweb #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <string.h> #include <arpa/inet.h> #include <netinet/in.h> int main(int argc, char **argv) { int fd = socket(AF_
相關文章
相關標籤/搜索