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

Errors with ProxyListener - A message sent on a datagram socket was larger than the internal message buffer #171

Open
emtuls opened this issue Dec 8, 2023 · 0 comments

Comments

@emtuls
Copy link
Member

emtuls commented Dec 8, 2023

On a standard Windows Dev VM (From Microsoft), with FlareVM Installed and running Fakenet, I get the following errors that show but are skipped over:

Traceback (most recent call last):
Exception happened during processing of request from File "SocketServer.py", line 599, in process_request_thread
( ' File "SocketServer.py", line 334, in finish_request
File "SocketServer.py", line 655, in init
File "fakenet\listeners\ProxyListener.py", line 292, in handle
error: [Errno 10040] A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself
----------------------------------------,
52254)
Traceback (most recent call last):
File "SocketServer.py", line 599, in process_request_thread
File "SocketServer.py", line 334, in finish_request
File "SocketServer.py", line 655, in init
File "fakenet\listeners\ProxyListener.py", line 292, in handle
error: [Errno 10040] A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself

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

1 participant