Replies: 1 comment
-
dpi desync is performed by tpws or nfqws binary coding is not required. its possible to code process pool in shell this approach is not possible in windows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RFC to parallelize/async mode of blockcheck to speed-up the check process.
If I did understand correctly as for now blockeck use different modification of curl options to run curl and perform tests, but it is running requests modified by different statages one-by-one and is waiting for answer before sending new request. My idea is to make it parallel by either opening multiple sockets or using async mode, unfortunately it seems that the script should be rewritten in binary by using libcurl instead of curl binary file and a configuration file with same parameters that blockchek use. Libcurl also could be linked staticly and compiled with useful options such as quic support and doh support it could extend info about DPI and avoidence statages.
Beta Was this translation helpful? Give feedback.
All reactions