aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl/compat/poll_win.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use TIMEVAL typedef with select()Brent Cook2024-10-061-1/+1
| | | | | | | 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
* for poll timeout -1, set loop time more reasonablyBrent Cook2024-10-061-2/+2
| | | | | Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping.
* use standard initialization for poll loop delayBrent Cook2017-08-131-1/+3
|
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-0/+327