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

"operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full" #870

Open
fujiapple852 opened this issue Dec 15, 2023 · 1 comment
Labels
bug Something isn't working windows

Comments

@fujiapple852
Copy link
Owner

fujiapple852 commented Dec 15, 2023

Observed error when testing #869 on Windows 11, though error may not be related to the change.

Error for SendTo:

operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

Running with -i 250ms -g 25ms.

Only happened once, cannot reproduce.

@fujiapple852 fujiapple852 added bug Something isn't working windows labels Dec 15, 2023
@fujiapple852
Copy link
Owner Author

Also observed when deliberately disabling the eth device on Windows 11 (VM) during a trace.

Screenshot 2024-08-01 at 8 45 52 PM

From: https://learn.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2

WSAENOBUFS 10055 | No buffer space available.An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

1 participant