[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Issue with Mint 1.19 and Litchi (maybe solved)



Am 07.02.2015, 14:58 Uhr, schrieb markus@mubf.de:

So the maximum handle to listen to is limited to the number of bits in the argument to select (64 on cygwin).

FD_SETSIZE doesn't neccessarily need to be equal to the number of bits of a machine word and it doesn't need to be of fixed size as well (the xxxfds arguments to select() are pointers).

Right, fd_set does not necessarily have to point to a basic type (like long).


--