So, why does the counter for interfaces of the DTNHost getter getInterface(int interfaceNo) start at 1?
This is super confusing and lead to quite a few errors for me already. Where was this used so far?
Don’t quite remember the rationale anymore, but the reason might have been to save the index 0 for special cases. But would be a bit too late to change that now.
So, why does the counter for interfaces of the DTNHost getter
getInterface(int interfaceNo)
start at 1? This is super confusing and lead to quite a few errors for me already. Where was this used so far?