summaryrefslogtreecommitdiff
path: root/rtp.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2014-08-24 16:23:12 +0100
committerMike Brady <mikebrady@eircom.net>2014-08-24 16:23:12 +0100
commit7bf5d4d63f8f63a06525669471779bb6553f0c5b (patch)
treeb335d0ae256b657087bc3c9727eb301fead3a0aa /rtp.h
parentac591418482788fc61af5057282af42794bc3404 (diff)
Add support for centralised timing, jitter calculation, probably not working, add an aging factor to dispersion, as per NTP. Check crudely for out of sequence packets.
Diffstat (limited to 'rtp.h')
-rw-r--r--rtp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtp.h b/rtp.h
index cb49f2d..5e5f5ab 100644
--- a/rtp.h
+++ b/rtp.h
@@ -10,4 +10,7 @@ void rtp_request_resend(seq_t first, seq_t last);
void get_reference_timestamp_stuff(uint32_t *timestamp,uint64_t *timestamp_time);
void clear_reference_timestamp(void);
+uint64_t static local_to_remote_time_jitters;
+uint64_t static local_to_remote_time_jitters_count;
+
#endif // _RTP_H