In my application I made 15 subscriptions to UDP PD messages.
What I have noticed is that the stack can manage up to a maximum of 10 subscriptions. Can this limit be exceeded by configuration?
Thanks Bernd.
Setting
<device-configuration memory-size="524288">
I solved.
But is the maximum number of sessions known, which the library can manage?</device-configuration>
Last edit: Simone Vitucci 2020-07-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is spreadsheet ./doc/memory.xlsx which allows you to calculate the memory needs. There is no limit for the number sessions apart from memory ressources...
Last edit: Bernd Löhr 2020-07-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The number of PD subscriptions is currently limited by the amount of reserved memory, only. Please check your memory configuration (in tlc_init()).
Thanks Bernd.
Setting
<device-configuration memory-size="524288">
I solved.
But is the maximum number of sessions known, which the library can manage?</device-configuration>
Last edit: Simone Vitucci 2020-07-06
There is spreadsheet ./doc/memory.xlsx which allows you to calculate the memory needs. There is no limit for the number sessions apart from memory ressources...
Last edit: Bernd Löhr 2020-07-06
Thanks a lot,
Simone