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

STUN: improve demultiplexing of DTLS packets #2153

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

IvanNardi
Copy link
Collaborator

@IvanNardi IvanNardi commented Nov 17, 2023

Keep demultiplexing STUN/RTP/RTCP packets after DTLS ones.

We might end up processing the session a little longer, because we will process the STUN/RTP/RTCP packets after the DTLS handshake.

@IvanNardi
Copy link
Collaborator Author

@utoni, could you take a look at the automake stuff, please?

@utoni
Copy link
Collaborator

utoni commented Nov 17, 2023

naturalmente :)

configure.ac Outdated Show resolved Hide resolved
Keep demultiplexing STUN/RTP/RTCP packets after DTLS ones.

We might end up processing the session a little longer, because we will
process the STUN/RTP/RTCP packets after the DTLS handshake.
Copy link

sonarcloud bot commented Nov 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@IvanNardi IvanNardi merged commit 7ff22a7 into ntop:dev Nov 27, 2023
33 checks passed
@IvanNardi IvanNardi deleted the stun-dtls-extra-callback branch November 27, 2023 10:10
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