bplib icon indicating copy to clipboard operation
bplib copied to clipboard

Test CID rollover that causes duplicate entries in active table

Open jpswinski opened this issue 4 years ago • 0 comments

In the bplib.c bplib_load function, if a bundle requesting custody transfer is placed in the active table when there is already a bundle in the table with the same CID, the code raises the duplicate flag and sets the status to error. But it looks like the bundle is still sent.

What should be the behavior here? This needs to be explicitly tested.

jpswinski avatar Apr 09 '20 14:04 jpswinski