Skip to content

Conversation

@sbromt
Copy link

@sbromt sbromt commented Dec 11, 2024

When accessing the NAS through Windows Explorer, the TCP handshake packets from the System process (PID=4) are held at the if block on line 188 of the main2.rs. However, when a socket event occurs, processing is skipped at the if block on line 232 of the main2.rs, preventing Windows Explorer from establishing a TCP connection.

Wouldn't it be better to reinject the connections held in connections back into the network before skipping them, even if the process is the System process?

@sbromt
Copy link
Author

sbromt commented Feb 5, 2025

I submitted a pull request, but it seems there has been no response so far. What should I do next?

@mhils
Copy link
Member

mhils commented Feb 5, 2025

@sbromt: thanks - you're all good. We're a bit short on reviewers on Windows, but I'll try to get to your patch in the next week or so.

@sbromt
Copy link
Author

sbromt commented Mar 11, 2025

@mhils Has there been any progress regarding this matter?

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

Successfully merging this pull request may close these issues.

2 participants