Cristian Rodríguez

Results 19 comments of Cristian Rodríguez

See also https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=34e431b0ae398fc54ea69ff85ec700722c9da773

Just saw this problem in the source code..There is no actual reason to use SHA3.. it has zero advantage over sodium_crypto_generichash (which uses blake2b) will beat to embarrasment pretty much...

Wel.. yeah. and those people have almost certainly changed the RLIMIT_FILE of their systems .. avoided select.. avoided ares_getsock() .. a middle ground would be starting reuse after $ARBITRAYNUMBER of...

On Linux you should default to -1 (meaning OS default or sysadmin choosen value) not to an arbitrary number you picked.

see also https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=19f92a030ca6d772ab44b22ee6a01378a8cb32d4

> Hmm, not sure how I feel about this... > > The man page says nothing about "-1" being a thing... > > wouldn't INT_MAX be a better thing to...

I have to ask... which compiler is so broken that this is needed at all? not sure what you are trying to accomplish here..any mainstream compiler of the last 10-15...

> I have met the same problem.In some special network env, when the v4 and v6 udp requires packages were sent from the same port, the firewall sometimes will block...

i am not buying the fd number argument really.. one can easily rise the number of fds except if we are going to hit the select-brick-wall. (macos users can avoid...

reference to the "bind" features to do this that were disabled/deprecated https://gitlab.isc.org/isc-projects/bind9/-/issues/3781 it is highly discouraged to implement any similar thing, including "max queries per port" again.. because nobody can...