Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new test case using sendto and recvfrom functions
Added to two_socket_communication test in omrsockTest.cpp - Added test case that involves datagram communication. - Set timeout for sendto and recvfrom to be 2 seconds. - However, because of the inconsistency in receiving the message for datagram communication, the message is sent 50 times and received using recvfrom for up to 50 times until it receives the same number of bytes as it sent. Issue: eclipse-omr#5128 Signed-off-by: Haley Cao <haleycao88@hotmail.com>
- Loading branch information