support mipstack - #25
Conversation
|
Thank you for your work. I think you could draw inspiration from the work in #26 by @chenx-dust to arrive at an optimal solution. Additionally, we do not need to add extra build tags for |
I’ve incorporated improvements from #26 and removed the with_mipstack build tag |
|
What I would like to know is whether the contents of this PR have been tested on standard platforms and confirmed to work correctly, or if they were generated solely by AI without verification in an actual working environment. If testing has been performed, I suggest adding detailed test results to the PR description. Thank you. Additionally, the latest commit to |
Thank you for the feedback. I’ve tested this PR on iOS, Android, and Windows and confirmed basic connectivity in actual environments. I’ll perform more thorough testing and share the detailed results in a follow-up comment and the PR description. |
|
As a side note, I don't think the changes in the second commit are entirely sound. The Furthermore, I don't quite understand the addition of |
Thank you for pointing this out. I’ve moved PrepareConnection and packet forwarding to a bounded asynchronous queue. |
|
I took a look at the current submission. Since the payload has to be copied anyway, you can simply use |
I’ve switched to request.Detach() and removed the manual packet copies from the callback. Echo replies and rejections now use responder.ReplyEcho() and responder.Reject(), and the custom Reset construction has been removed. |
No description provided.