Skip to content

Add DISABLE_EPOLL option to CMake#712

Open
0xfk0 wants to merge 1 commit into
trojan-gfw:masterfrom
0xfk0:disable_epoll
Open

Add DISABLE_EPOLL option to CMake#712
0xfk0 wants to merge 1 commit into
trojan-gfw:masterfrom
0xfk0:disable_epoll

Conversation

@0xfk0
Copy link
Copy Markdown

@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
Copy Markdown

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