-
Notifications
You must be signed in to change notification settings - Fork 13
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
Test utp against utplib #72
Comments
Here is a #74 PR with a basic send/recv for major implementations of utp except for a recv for nim. Interesting obervationsAn interesting obervations is libutp will send keep connection alive ack packets. ConcernsWe can find weird behavior from doing interop testing like this, but is it worth it? Since it seems like our main concern has to do with starvation of tokio async tasks + the interaction ethereum uTP idle timeout |
I am going to look into why connect_with_id acts weird |
I was able to cause a "timeout" quickly and reliably c recv r sender |
Removed tracking since this avenue is no longer under search |
No description provided.
The text was updated successfully, but these errors were encountered: