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

trace when a packet is dropped because the receivedPackets chan is full #2939

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

marten-seemann
Copy link
Member

Unfortunately, this is in the blocking path of the go routine that reads packets from the connection.

@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #2939 (7c2e938) into master (4867389) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2939   +/-   ##
=======================================
  Coverage   86.18%   86.18%           
=======================================
  Files         132      132           
  Lines        9160     9162    +2     
=======================================
+ Hits         7894     7896    +2     
  Misses        914      914           
  Partials      352      352           
Impacted Files Coverage Δ
session.go 79.34% <100.00%> (+0.05%) ⬆️

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 4867389...7c2e938. Read the comment docs.

@marten-seemann marten-seemann merged commit 25ffbbe into master Dec 16, 2020
@marten-seemann marten-seemann deleted the trace-dropped-packets-due-to-chan-overflow branch December 23, 2020 08:18
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
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.

2 participants