You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks as if your code received a GRASP message including an empty option where a locator option was expected. That is legal, for the case where the flood sender doesn't desire to provide a locator:
via Brian E Carpenter
One more panic:
thread 'tokio-runtime-worker' panicked at 'index out of bounds: the len is 0 but the index is 0', src/grasp.rs:161:11
That's on this statement:
It looks as if your code received a GRASP message including an empty option where a locator option was expected. That is legal, for the case where the flood sender doesn't desire to provide a locator:
For the ACP or BRSKI objectives, you would never send an empty option, but at least one of my demo apps does flood an objective without a locator.
I see that my code for incoming floods has an explicit test for this case..
The text was updated successfully, but these errors were encountered: