|
8401f74922
|
Define WIN32_LEAN_AND_MEAN to avoid including windows.h, when including winsock2.h
|
2024-03-13 15:10:16 -05:00 |
|
|
839efc3c44
|
Replaced all instances of struct sockaddr with struct sockaddr_storage, since it can fit v6 addresses as well. Cast values accordingly.
|
2024-03-12 09:43:16 -05:00 |
|
|
6acbf90d80
|
Updated UNIX macro checks, to account for MacOS
|
2024-03-10 00:51:20 -06:00 |
|
|
f9d5e8cdeb
|
Converted easysock from CPP to C, because it was mostly just C code anyways
|
2024-03-09 11:02:50 -05:00 |
|