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

[ERROR]An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. #1371

Open
DarkSniperGun opened this issue Jan 26, 2025 · 3 comments

Comments

@DarkSniperGun
Copy link

[env]
windows 11
client-version newest
[how to recurrent]
run the client with command like brook_windows_amd64.exe" client --link="brook://wssserver?password=xxxx&tlsfingerprint=chrome&wssserver=wss://xxxx.com:443" --socks5 0.0.0.0:1080 --http 0.0.0.0:1081
use http proxy in one day.
you will see the CMD out 2025/01/25 12:52:02 socks connect tcp 0.0.0.0:1080->api2.cursor.sh:443: dial tcp 0.0.0.0:1080: bind: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
and proxy is broken.
how to solve this problem?

@txthinking-bot
Copy link

how about: --socks5 127.0.0.1:1080
by unknown

@DarkSniperGun
Copy link
Author

I try --socks5 127.0.0.1:1080
but not work.
2025/01/27 21:27:22 socks connect tcp 127.0.0.1:1080->api2.cursor.sh:443: dial tcp 127.0.0.1:1080: bind: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

@txthinking
Copy link
Owner

--tcpTimeout 60

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