MAX_SEND_SIZE
#ifndef MAX_SEND_SIZE
done2 = send(s, p, MIN(len, MAX_SEND_SIZE), flags);
sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE;