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

Export CipherSuiteID in connection State #586

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Export CipherSuiteID in connection State #586

merged 2 commits into from
Oct 3, 2023

Conversation

itviewer
Copy link
Contributor

Description

This commit exports the CipherSuiteID in connection state for further use, e.g. to get the name of the CipherSuite via CipherSuiteName()

Reference issue

Fixes #584

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
state.go 91.53% <100.00%> (+0.06%) ⬆️

... and 2 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@daenney
Copy link
Member

daenney commented Oct 2, 2023

This looks fine by me. Any thoughts @Sean-Der? I'll leave it up for a few days so other folks have a chance to see and comment it. If nothing happens I'll merge it in a few days.

Copy link
Contributor

@hasheddan hasheddan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from me 👍🏻

@daenney daenney merged commit 28431d9 into pion:master Oct 3, 2023
16 checks passed
@daenney
Copy link
Member

daenney commented Oct 3, 2023

@itviewer Thanks for the change!

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.

Please export some connection state variables
3 participants