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

Fix #17 (work with SRT v1.4.2): Set proper sockaddr_in alloc size & resolve deprecation warning (use srt_create_socket instead srt_socket) #21

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

tchakabam
Copy link
Contributor

@tchakabam tchakabam commented Mar 23, 2021

…accept call,

but SRT v1.4.2 is checking for this size to be large enough to write into it
the actual address in the first place. anyhow, wether we read it or not,
it doesn't matter, the allocated size of sockaddr_in is always the same
(per any platform).
@tchakabam tchakabam changed the title Fix #17 (work with SRT v1.4.2) & resolve deprecation warning (use srt_create_socket instead srt_socket) Fix #17 (work with SRT v1.4.2): Set proper sockaddr_in alloc size & resolve deprecation warning (use srt_create_socket instead srt_socket) Mar 23, 2021
@birme birme merged commit a6b655b into Eyevinn:master Mar 23, 2021
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.

Incompatibility with newer version of SRT
2 participants