Descent3/netcon
GravisZro 4ac9b9c22f Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix)
`ioctl` and `ioctlsocket` take two different types of arguments but worked in the past due to
long being 32-bit. However, ioctl functionality is non-standard and should not be used in
code written after **1997** in order to make sockets non-blocking. This functionality was
standardized as part of fcntl.

* Using the new function `make_nonblocking` to make socket nonblocking
2024-05-24 18:24:40 -04:00
..
includes Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix) 2024-05-24 18:24:40 -04:00
inetfile Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix) 2024-05-24 18:24:40 -04:00
lanclient Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
CMakeLists.txt