char sendBuf[1024] = "Hey hey everybody! It's me, Mickey Mouse. Wanna come in my CLUBHOUSE? All right, let's go! Oh hoo, I almost forgot. To make the house appear, we need to say the magic words:'Miskka,moskka,MICKEY......MOUSE!!!";
long long num = 2147483648;
for (int i = 0; i < num; ++i) {
iResult = sendto(sock, sendBuf, strlen(sendBuf), 0, (sockaddr*)&serverAddr, sizeof(serverAddr));
if (iResult == SOCKET_ERROR) {
cout << "sendto failed: " << WSAGetLastError() << endl;
break;
}
cout << "Packet " << i + 1 << " sent." << endl;
}
}
使用道具 举报
使用道具 举报