PAYLOAD
iov.iov_base = PAYLOAD;
iov.iov_len = strlen(PAYLOAD) + 1;
if (len != strlen(PAYLOAD) + 1)
if (strcmp(buf, PAYLOAD) != 0)