Skip to content

Commit d44d05f

Browse files
authored
Clarify timestamp field in the case of retransmission (#133).
1 parent 1d5397e commit d44d05f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-sharabayko-srt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ Timestamp: 32 bits.
333333
: The timestamp of the packet, in microseconds.
334334
The value is relative to the time the SRT connection was established.
335335
Depending on the transmission mode ({{data-transmission-modes}}),
336-
the field stores the packet send time or the packet origin time.
336+
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.
337338

338339
Destination SRT Socket ID: 32 bits.
339340
: A fixed-width field providing the SRT socket ID to which a packet should be dispatched.

0 commit comments

Comments
 (0)