nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Fix #94, implement basic custody transfer #95

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Adds a custody extension block on outgoing bundles on transmit side.

Responds to custody extension blocks with an aggregate acknowledgement bundle on recv side, which is sent back to previous custodian.

Acknowledgement bundles are identified on the previous custodian at which time the bundles are finally deleted/discarded.

Fixes #94