ObjFW  Hex Artifact Content

Artifact a2738e1a3df9787edeb1916a108282c29c722ebf159048341eb740e93fa488a7:

Manifest of check-in [a2738e1a3d] - FD_SETSIZE is not (maximum FD number + 1) on Win32

Instead, FD_SETSIZE is the number of file descriptors supported by
select(), independent of the actual file descriptor number.

The default value is 64, even though it seems that Win32 supports much
more than that. Thus, this is defined to 1024 on Win32 now. by js on 2015-05-02 21:46:28.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.