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

net/dtlslistener: use parallel handshakes for connections #379

Merged
merged 3 commits into from
Aug 15, 2022

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Aug 11, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2022

Codecov Report

Merging #379 (016aee1) into v3 (d1c0c08) will decrease coverage by 0.30%.
The diff coverage is 63.15%.

@@            Coverage Diff             @@
##               v3     #379      +/-   ##
==========================================
- Coverage   70.77%   70.46%   -0.31%     
==========================================
  Files          68       68              
  Lines        5098     5174      +76     
==========================================
+ Hits         3608     3646      +38     
- Misses       1116     1147      +31     
- Partials      374      381       +7     
Impacted Files Coverage Δ
dtls/server/config.go 64.28% <ø> (ø)
options/udpOptions.go 34.61% <0.00%> (-18.33%) ⬇️
udp/client.go 78.00% <ø> (+0.44%) ⬆️
udp/client/config.go 66.66% <ø> (-13.34%) ⬇️
udp/server/config.go 64.28% <ø> (ø)
net/options.go 42.10% <33.33%> (-4.96%) ⬇️
net/dtlslistener.go 67.34% <69.56%> (-2.66%) ⬇️
net/connUDP.go 62.00% <75.00%> (ø)
dtls/client.go 77.14% <100.00%> (+0.33%) ⬆️
dtls/server/server.go 76.42% <100.00%> (-4.87%) ⬇️
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jkralik jkralik marked this pull request as ready for review August 12, 2022 15:34
@jkralik jkralik force-pushed the jkralik/fix/processParallelHandshakes branch from fb674c0 to 016aee1 Compare August 15, 2022 05:44
@jkralik jkralik merged commit 3848d7e into v3 Aug 15, 2022
@jkralik jkralik deleted the jkralik/fix/processParallelHandshakes branch August 15, 2022 05:51
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