hhromic / libe131

libE131: a lightweight C/C++ library for the E1.31 (sACN) protocol
Apache License 2.0
76 stars 19 forks source link

No buffer space available error #6

Closed HakanL closed 6 years ago

HakanL commented 6 years ago

I'm trying to use the library to join multiple sACN universes (61 to be exact). I open a socket (based on the test_server example) and then I call join_multicast multiple times. I can only call it 20 times, then I'm getting an error saying:

No buffer space available

How can I join multiple universes (>20) successfully? Multiple sockets?

HakanL commented 6 years ago

Turns out there's a default OS max of 20, set with sysctl for this parameter: net.ipv4.igmp_max_memberships

hhromic commented 6 years ago

Hello, thanks for rising the issue and finding out it was not related to libe131. I'm very curious about the amount of universes you are trying to handle and happy that libe131 seems to fit your needs for this. If you have a big installation working using libe131, and you feel like shooting a video demo, I would be more than happy to reference it as a success story for libe131. Cheers!