dtn7 / dtn7-rs

Rust implementation of a DTN based on RFC 9171
Other
75 stars 20 forks source link

fix(cla): tcp refuse-existing-bundles behavior fixed, cla local/global options introduced #10

Closed lehmanju closed 2 years ago

lehmanju commented 2 years ago

fix tcp retransmit extension, introduce extension settings

lehmanju commented 2 years ago

test currently fails because bundles are forwarded and then deleted immediately. currently implementing an additional feature that keeps all bundles in store. this way the test works reliably.

gh0st42 commented 2 years ago

Thank you for your contribution!