客户端向服务器发送消息,从客户端向服务器发送消息,反之亦然
我有以下客户端和服务器代码#include #include #include #include #include #include #include #include int main(int argc, char *argv[]){int socket_fd;struct sockaddr_in dest;struct hostent *hostptr;struct { char head;...