-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Measure the one-way inaccuracy through a TC. Runs on two synchronized ports with onestep timestamping. The inaccuracies will be the cable delay + any uncompensated rx/tx latencies. The host should set --ingressLatency and --egressLatency. If the rx/tx latencies aren't exactly known they can be set to the same value as they will cancel each other out. The value can be found by measuring the inaccuracy (minus the cable delay) and dividing by 2, with a looped cable. This is the same process as measuring the peer delay. ingressLatency = egressLatency = peer_delay - cable_delay Signed-off-by: Casper Andersson <[email protected]>
- Loading branch information
Showing
5 changed files
with
418 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.