diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-17 14:11:51 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-17 14:11:51 -0700 |
commit | 09df4536a909ef008ff5315799ea624e463dcf97 (patch) | |
tree | a7c3fafeeb63fa3a3003c26f876fa50d0a9fad0f /host/lib/transport/super_recv_packet_handler.hpp | |
parent | 1c61865d1a1c4bd385e790abe3eaa5acb174a5e9 (diff) | |
parent | 4a1ec80d496e7754cf5a8c0f96322b2871094a31 (diff) | |
download | uhd-09df4536a909ef008ff5315799ea624e463dcf97.tar.gz uhd-09df4536a909ef008ff5315799ea624e463dcf97.tar.bz2 uhd-09df4536a909ef008ff5315799ea624e463dcf97.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/transport/super_recv_packet_handler.hpp')
-rw-r--r-- | host/lib/transport/super_recv_packet_handler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/transport/super_recv_packet_handler.hpp b/host/lib/transport/super_recv_packet_handler.hpp index 74fbe82fb..205c7a3a3 100644 --- a/host/lib/transport/super_recv_packet_handler.hpp +++ b/host/lib/transport/super_recv_packet_handler.hpp @@ -306,7 +306,7 @@ private: #endif //3) check for out of order timestamps - if (info.ifpi.has_tsi and info.ifpi.has_tsf and prev_buffer_info[index].time > info.time){ + if (info.ifpi.has_tsf and prev_buffer_info[index].time > info.time){ return PACKET_TIMESTAMP_ERROR; } |