brook icon indicating copy to clipboard operation
brook copied to clipboard

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

Open DarkSniperGun opened this issue 11 months ago • 3 comments

[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?

DarkSniperGun avatar Jan 26 '25 14:01 DarkSniperGun

how about: --socks5 127.0.0.1:1080 by unknown

txthinking-bot avatar Jan 27 '25 02:01 txthinking-bot

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.

DarkSniperGun avatar Jan 27 '25 13:01 DarkSniperGun

--tcpTimeout 60

txthinking avatar Feb 18 '25 02:02 txthinking