mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.73k stars 357 forks source link

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

Open emtuls opened 7 months ago

emtuls commented 7 months ago

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