Files
epics-base/src
Michael Davidsaver 5c8e5c52ef rsrv: fix recv() error handling on WIN32
For WIN32 osiSockIoctl_t is unsigned, so

> osiSockIoctl_t nchars = recv(...

is casting signed -> unsigned which treats
errors as success.
2017-08-01 17:02:41 +02:00
..
2017-04-20 16:27:20 -05:00
2017-04-24 21:06:30 -04:00
2017-05-10 10:22:13 -05:00
2017-05-02 18:22:57 -04:00
2011-11-14 12:33:07 -06:00
2017-08-01 17:02:41 +02:00
2017-04-28 14:56:18 -05:00