原创 網絡通信之tcp編程

    代碼: 服務端 #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <string.h> #include <netinet/in.