Open
Description
I am currently working with the domainNumber settings in gPTP. I noticed that I am unable to configure the domain numbers independently. In the existing code, the domain numbers start from 0 and increment sequentially, such as [0, 1, 2, 3, 4].
Is there a way to achieve non-continuous and independent domain number settings, such as [1, 4, 5, 7, 9]?
Thank you for your help!