MSG_EOF
} else if ((flags & MSG_EOF) && resid == 0) {
} else if ((flags & MSG_EOF) &&
send(s, buffer, strlen(buffer), MSG_EOF);
send(s, p, strlen(p), MSG_EOF);
send(s, p, strlen(p), MSG_EOF);
send(s, (char *) &result, sizeof(result), MSG_EOF);