MAXLEN
char buf[MAXLEN];
while ((nbytes = recvfrom(sockfd, buf, MAXLEN, 0,
char sendbuf[MAXLEN];
status = fread(sendbuf, 1, MAXLEN, stdin);
status = recvfrom(sockFD, buf, MAXLEN-1, 0, (struct sockaddr*)&clientAddr, &len);
char buf[MAXLEN];
while (fgets(buf, MAXLEN, stdin) != NULL) {
status = recvfrom(sockFD, buf, MAXLEN-1, 0, NULL, NULL);
char buf[MAXLEN];
status = recvfrom(sockFD, buf, MAXLEN-1, 0, NULL, NULL);
char buf[MAXLEN];
char buf[MAXLEN];
status = recvfrom(sockFD, buf, MAXLEN-1, 0, NULL, NULL);