mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
aap2.proto: Mention that creation timestamp and seqnum are ignored
When sending bundles, this is not implemented atm. See: #274 Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
parent
c57357b1bb
commit
af197bca1b
1 changed files with 2 additions and 2 deletions
|
|
@ -162,10 +162,10 @@ message BundleADU {
|
|||
string report_to_eid = 7;
|
||||
|
||||
// The bundle creation time in milliseconds since the DTN epoch as defined
|
||||
// in RFC 9171. Optional when sending bundles (will be assigned by µD3TN).
|
||||
// in RFC 9171. Ignored when sending bundles (will be assigned by µD3TN).
|
||||
uint64 creation_timestamp_ms = 3;
|
||||
// The bundle sequence number as defined in RFC 9171.
|
||||
// Optional when sending bundles (will be assigned by µD3TN).
|
||||
// Ignored when sending bundles (will be assigned by µD3TN).
|
||||
uint64 sequence_number = 4;
|
||||
|
||||
// The number of bytes contained in the bundle payload, which MUST be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue