Skip to content
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

Not support chrome or edge browser #10

Open
a1369213361 opened this issue Jan 10, 2023 · 2 comments
Open

Not support chrome or edge browser #10

a1369213361 opened this issue Jan 10, 2023 · 2 comments

Comments

@a1369213361
Copy link

No description provided.

@PragmaTwice
Copy link
Owner

Thanks for your report. I will investigate this problem.

@DavidXanatos
Copy link

You need to fix WSAEventSelect and probably WSAAsyncSelect as well,
when these are set you can not use ioctlsocket to clear FIONBIO, it returns an error,
you need to first clear WSAEventSelect then you can unset FIONBIO using ioctlsocket, do the proxy handshake, set the appropriate event, restore the WSAEventSelect preset and also have a hook on WSAEnumNetworkEvents and make it FD_CONNECT set in the lpNetworkEvents->lNetworkEvents when queried.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants