Haivision / srtgo

Go bindings for SRT. Advantages of SRT technology for an easy to use programming language
Mozilla Public License 2.0
185 stars 52 forks source link

document listen backlog and rename parameter to match c api #27

Closed iSchluff closed 3 years ago

iSchluff commented 3 years ago

The "clients" parameter to Listen may suggest that it may limit the total number of clients. Rename parameter and add comment to make clear that this just limits the number of clients connecting simultaneously.