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

Send rejoin packets on conference disconnection #1192

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

zugz
Copy link

@zugz zugz commented Sep 20, 2018

We were mistakenly not making a rejoin attempt on freezing connections due to
all closest connections going down. This fixes that, and tweaks the test. I've
still only done tens rather than hundreds of tests, but I'm fairly confident
that the conference test now consistently passes.


This change is Reviewable

@zugz zugz requested a review from iphydf September 20, 2018 17:20
@zugz zugz changed the title Fix minpgc bug Send rejoin packets on conference disconnection Sep 20, 2018
@iphydf iphydf added this to the v0.2.x milestone Sep 20, 2018
iphydf
iphydf previously approved these changes Sep 20, 2018
@codecov
Copy link

codecov bot commented Sep 20, 2018

Codecov Report

Merging #1192 into master will increase coverage by <.1%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1192     +/-   ##
========================================
+ Coverage    82.8%   82.9%   +<.1%     
========================================
  Files          82      82             
  Lines       14637   14641      +4     
========================================
+ Hits        12133   12148     +15     
+ Misses       2504    2493     -11
Impacted Files Coverage Δ
toxcore/group.c 76% <100%> (ø) ⬆️
auto_tests/conference_test.c 99.1% <100%> (ø) ⬆️
toxcore/LAN_discovery.c 83% <0%> (-2.9%) ⬇️
toxav/msi.c 63.6% <0%> (-2.6%) ⬇️
toxav/toxav.c 67.2% <0%> (-1.3%) ⬇️
toxcore/onion_client.c 95.9% <0%> (-0.4%) ⬇️
toxcore/Messenger.c 86.6% <0%> (ø) ⬆️
toxcore/DHT.c 76.7% <0%> (ø) ⬆️
toxcore/net_crypto.c 94.3% <0%> (+0.8%) ⬆️
auto_tests/network_test.c 97.5% <0%> (+7.2%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3d5b70...e43b2ea. Read the comment docs.

We were mistakenly not making a rejoin attempt on freezing connections
due to all closest connections going down. This fixes that, and tweaks
the test. I've still only done tens rather than hundreds of tests, but
I'm fairly confident that the conference test now consistently passes.
@zugz zugz merged commit e43b2ea into TokTok:master Sep 20, 2018
@zugz zugz deleted the rejoinOnFreeze branch September 20, 2018 20:55
@robinlinden robinlinden modified the milestones: v0.2.x, v0.2.8 Oct 7, 2018
This pull request was closed.
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.

3 participants