Skip to content

srtobject: Initializing addrlen for srt_accept

It's necessary to initialize addrlen in srt_accept to contain the size of the structure pointed to by addr (https://github.com/Haivision/srt/blob/master/docs/API-functions.md#srt_accept). I've met connection problems because of it.

Edited by krivoguzovVlad

Merge request reports