This PR adds more tests to verify the behavior of sockets in blocking mode; they are copies of tests used in non-blocking mode with the poll_oneoff calls removed.
I aloso implemented SO_RCVTIMEO and SO_SNDTIMEO since those options apply to blocking mode.
This PR adds more tests to verify the behavior of sockets in blocking mode; they are copies of tests used in non-blocking mode with the
poll_oneoff
calls removed.I aloso implemented
SO_RCVTIMEO
andSO_SNDTIMEO
since those options apply to blocking mode.