commit | 85357eeb6eaee9b5d2f6da05be53c945dcdf056c | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Aug 24 16:41:42 2020 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Mon Aug 31 20:36:33 2020 -0700 |
tree | 5ad67f891fd5870113cd095efdd4fc6aee86a950 | |
parent | a72fe21db18544e54171456a4c943a4cd6a5e174 [diff] [blame] |
Add velocity to timestamp filter This lets us track better, but doesn't fix our out of order problem at runtime. Change-Id: I1b586258616f8f3534a09713e221cb6c73f9ee96
diff --git a/aos/network/BUILD b/aos/network/BUILD index 65dac75..e3014fc 100644 --- a/aos/network/BUILD +++ b/aos/network/BUILD
@@ -361,6 +361,7 @@ hdrs = ["timestamp_filter.h"], deps = [ "//aos/time", + "@com_google_absl//absl/strings", ], )