Commit 44ae35f4 authored by Aurelio Colosimo's avatar Aurelio Colosimo

trivial: [in|out]bound_latency properly defined

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 46f1055d
......@@ -19,8 +19,8 @@ struct pp_runtime_opts default_rt_opts = {
.clockAccuracy = PP_DEFAULT_CLOCK_ACCURACY,
.offsetScaledLogVariance = PP_DEFAULT_CLOCK_VARIANCE,
},
.inbound_latency = PP_DEFAULT_INBOUND_LATENCY,
.outbound_latency = PP_DEFAULT_OUTBOUND_LATENCY,
.inbound_latency = {0, PP_DEFAULT_INBOUND_LATENCY},
.outbound_latency = {0, PP_DEFAULT_OUTBOUND_LATENCY},
.max_rst = PP_DEFAULT_MAX_RESET,
.max_dly = PP_DEFAULT_MAX_DELAY,
.no_adjust = PP_DEFAULT_NO_ADJUST,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment