Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify timestamp field in the case of retransmission #133

Merged
merged 2 commits into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion draft-sharabayko-srt.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ Timestamp: 32 bits.
: The timestamp of the packet, in microseconds.
The value is relative to the time the SRT connection was established.
Depending on the transmission mode ({{data-transmission-modes}}),
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).
In the case of a retransmission when TSBPD is enabled the original packet timestamp is used.

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