We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5397e commit d44d05fCopy full SHA for d44d05f
draft-sharabayko-srt.md
@@ -333,7 +333,8 @@ Timestamp: 32 bits.
333
: The timestamp of the packet, in microseconds.
334
The value is relative to the time the SRT connection was established.
335
Depending on the transmission mode ({{data-transmission-modes}}),
336
- the field stores the packet send time or the packet origin time.
+ the field stores the packet send time (when TSBPD is disabled) or the packet origin time (TSBPD enabled).
337
+ In the case of a retransmission when TSBPD is enabled the original packet timestamp is used.
338
339
Destination SRT Socket ID: 32 bits.
340
: A fixed-width field providing the SRT socket ID to which a packet should be dispatched.
0 commit comments