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

Infinite challenge ACK retransmit loop #29

Closed
whitequark opened this issue Jul 14, 2017 · 1 comment
Closed

Infinite challenge ACK retransmit loop #29

whitequark opened this issue Jul 14, 2017 · 1 comment
Labels

Comments

@whitequark
Copy link
Contributor

Take 15ce667, apply the patch:

diff --git a/examples/loopback.rs b/examples/loopback.rs
index fa3806c..3305729 100644
--- a/examples/loopback.rs
+++ b/examples/loopback.rs
@@ -72 +72 @@ fn main() {
-    while !done && timestamp_ms < 500 {
+    while timestamp_ms < 5000 {
@@ -100,0 +101,3 @@ fn main() {
+            }
+
+            if socket.is_active() && done {
@whitequark
Copy link
Contributor Author

Was fixed coincidentally during the recent refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant