mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 07:37:15 +03:00
update comment to mention sslh-ev
This commit is contained in:
parent
750e828d49
commit
83478818df
@ -25,8 +25,8 @@
|
|||||||
* https://daniel.haxx.se/docs/poll-vs-select.html suggests that over a few
|
* https://daniel.haxx.se/docs/poll-vs-select.html suggests that over a few
|
||||||
* hundred file descriptors, both become very slow, so there is little
|
* hundred file descriptors, both become very slow, so there is little
|
||||||
* incentive to move to poll() to support more than FD_SETSIZE (which is 1024
|
* incentive to move to poll() to support more than FD_SETSIZE (which is 1024
|
||||||
* on many Linux. To support large numbers of descriptors, either use the fork
|
* on many Linux. To support large numbers of descriptors efficiently, either use sslh-fork
|
||||||
* version, or we'll have to write a new version based on libev. */
|
* or sslh-ev. */
|
||||||
|
|
||||||
#define __LINUX__
|
#define __LINUX__
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user