apps/openssl/compat/poll_win.c

Branch


Log

Author Commit Date CI Message
Brent Cook 64f15ec5 2024-10-06T18:52:46 use TIMEVAL typedef with select() This prevents the compatibility struct timeval definition in sys/time.h from potentially getting used with select() here. https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-select
Brent Cook 0eceb61c 2024-10-06T18:50:51 for poll timeout -1, set loop time more reasonably Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping.
Brent Cook 4916f940 2017-08-13T16:09:32 use standard initialization for poll loop delay
Brent Cook 854f4f69 2015-09-12T07:48:06 add 'nc' to the distribution as an example of libtls client and server