Skip to content

Add DISABLE_EPOLL option to CMake #712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xfk0
Copy link

@0xfk0 0xfk0 commented Feb 5, 2025

This option can be specified on Linux system to disable use of epoll(2) system call for Boost ASIO library. This may be needed to allow trojan work with proxychains and similar software (proxychains doesn not support epoll).

This helps with feature request #408 and solves issue #396.

Trojan must be configured as follows: cmake -DDISABLE_EPOLL=ON ..

This option can be specified on Linux system to disable use of epoll(2)
system call for Boost ASIO library. This may be needed to allow trojan
work with proxychains and similar software (proxychains doesn not
support epoll).
@CLAassistant
Copy link

CLAassistant commented Feb 5, 2025

CLA assistant check
All committers have signed the CLA.

@0xfk0 0xfk0 mentioned this pull request Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants