只是做这些动作的话不需要多线程
找了下以前写的 改成了你说的10次发送
client.c:
#include
#include
#include
#include
#include
#include
#include
int main(int argc,char **argv)
{
char wbuf[] = "hello server";
char rbuf[128];
int i;
int sock;
struct sockaddr_in server = {0};
struct timeval timeo;