1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-16 12:53:46 +00:00
Files
open-simh.simh/sim_sock.h
Mark Pizzolato 89cd649c77 SOCKET: Implement missing non-blocking for TCP sockets opened with connect
Outbound connections are rare and most may have wanted explicit blocking
behavior, so no one noticed the missing non-blocking case.

Any place which did do outbound connects have explicitly added
SIM_SOCK_OPT_BLOCKING so that the prior behavior is preserved.

The SIM_SOCK_OPT_BLOCKING flag is no honored as it was originally
intended to be.
2020-03-18 00:47:48 -07:00

6.3 KiB