forked from eclipse-omr/omr
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Haley Cao
committed
Jun 17, 2020
1 parent
b1ae834
commit 91a0336
Showing
2 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters