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

Keep probe interval consistent for the same outbound #1230

Merged
merged 2 commits into from
Aug 25, 2021

Conversation

digglife
Copy link
Contributor

Sort outbounds before probing so the probing interval is consistent for the same outbound.

Sort outbounds before probing so the probing interval is consistent for
the same outbound.

Also fix the format of some error messages.
before: the outbound foois alive
after : the outbound foo is alive
@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2021

Codecov Report

Merging #1230 (61dfe34) into master (236a7cc) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1230      +/-   ##
==========================================
- Coverage   44.80%   44.80%   -0.01%     
==========================================
  Files         485      485              
  Lines       29490    29506      +16     
==========================================
+ Hits        13213    13220       +7     
- Misses      14875    14886      +11     
+ Partials     1402     1400       -2     
Impacted Files Coverage Δ
app/observatory/observer.go 0.80% <0.00%> (-0.01%) ⬇️
transport/internet/udp/dispatcher.go 64.76% <0.00%> (-12.39%) ⬇️
common/buf/reader.go 82.35% <0.00%> (-5.89%) ⬇️
proxy/freedom/freedom.go 45.00% <0.00%> (-4.00%) ⬇️
transport/internet/kcp/listener.go 81.18% <0.00%> (-1.99%) ⬇️
v2ray.go 63.21% <0.00%> (ø)
config.go 59.57% <0.00%> (ø)
context.go 100.00% <0.00%> (ø)
functions.go 65.71% <0.00%> (ø)
app/dns/dns.go 74.56% <0.00%> (ø)
... and 119 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 9b83bb1...61dfe34. Read the comment docs.

@Loyalsoldier Loyalsoldier merged commit 67cd3ac into v2fly:master Aug 25, 2021
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