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 socket options related tests to omrsockTest.cpp
Added a new test socket_options that calls set/get sockopt - Added test that initializes timeval and linger structs. - Created a socket and set options including keepalive, linger, rcvtimeo, sndtimeo, tcp_nodelay. - Get the same options and compare with values inputted into set options, and make sure they are the same. - Added new operator equal functions to check if timeval and linger structs are equal and custom print functions for gtest. Issue: eclipse-omr#5158 Signed-off-by: Haley Cao <haleycao88@hotmail.com>
- Loading branch information
Haley Cao
committed
Jun 29, 2020
1 parent
9377f74
commit a328a16
Showing
1 changed file
with
93 additions
and
4 deletions.
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