I have problem about WSARecv() in IOCP , the second parameter of WSABUF, if my buffer length is less than the actual message size how can get the rest of the data ? just make another call to WSARecv() ? Thanks.