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

implement keepalive feature #93

Merged
merged 12 commits into from
Feb 7, 2020
Merged

implement keepalive feature #93

merged 12 commits into from
Feb 7, 2020

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Feb 5, 2020

No description provided.

@codecov-io
Copy link

codecov-io commented Feb 5, 2020

Codecov Report

Merging #93 into master will increase coverage by 2.38%.
The diff coverage is 74.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   60.15%   62.54%   +2.38%     
==========================================
  Files          33       34       +1     
  Lines        3170     3268      +98     
==========================================
+ Hits         1907     2044     +137     
+ Misses       1058     1008      -50     
- Partials      205      216      +11
Impacted Files Coverage Δ
error.go 100% <ø> (ø) ⬆️
networksession.go 100% <ø> (ø) ⬆️
blockwise.go 61.23% <0%> (+0.24%) ⬆️
sessiontcp.go 77.08% <100%> (+2.08%) ⬆️
servermux.go 77.46% <100%> (+2.81%) ⬆️
sessionudp.go 90% <100%> (+11.33%) ⬆️
server.go 62.5% <64.1%> (+1.85%) ⬆️
keepalive.go 69.11% <69.11%> (ø)
sessiondtls.go 67.14% <75%> (+19.77%) ⬆️
client.go 61.03% <75%> (+1.1%) ⬆️
... and 14 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 40e35a4...adadd16. Read the comment docs.

@jkralik jkralik requested a review from cizmazia February 6, 2020 09:54
@jkralik jkralik changed the title WIP: implement keepalive feature implement keepalive feature Feb 6, 2020
backoff.go Outdated Show resolved Hide resolved
keepalive_test.go Show resolved Hide resolved
server.go Outdated Show resolved Hide resolved
server.go Outdated Show resolved Hide resolved
server.go Outdated Show resolved Hide resolved
keepalive.go Show resolved Hide resolved
keepalive_test.go Show resolved Hide resolved
server.go Show resolved Hide resolved
@jkralik jkralik merged commit e8caffd into master Feb 7, 2020
@jkralik jkralik deleted the keepalive branch February 7, 2020 11:17
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.

None yet

3 participants