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

use a generic linked list #3487

Merged
merged 1 commit into from Aug 10, 2022
Merged

use a generic linked list #3487

merged 1 commit into from Aug 10, 2022

Conversation

marten-seemann
Copy link
Member

Depends on #3487.

Linked lists are probably not the best data structure. We should revisit that in a separate PR at some point.

@codecov
Copy link

codecov bot commented Aug 3, 2022

Codecov Report

Merging #3487 (a020fc1) into master (ea9de26) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3487   +/-   ##
=======================================
  Coverage   85.75%   85.75%           
=======================================
  Files         136      136           
  Lines       10025    10025           
=======================================
  Hits         8596     8596           
  Misses       1051     1051           
  Partials      378      378           
Impacted Files Coverage Δ
conn_id_manager.go 93.18% <100.00%> (ø)
frame_sorter.go 96.58% <100.00%> (ø)
internal/ackhandler/received_packet_history.go 96.67% <100.00%> (ø)
internal/ackhandler/sent_packet_history.go 94.81% <100.00%> (ø)

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

@marten-seemann marten-seemann merged commit 7ebe143 into master Aug 10, 2022
@marten-seemann marten-seemann deleted the generic-linked-list branch August 15, 2022 09:03
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

2 participants