From cadc811ec65be89d49e4d42de1c02ab3f4b9a3e2 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 14 May 2022 23:54:54 -0700 Subject: [PATCH] Set ptp4l tx_timestamp_timeout Signed-off-by: Alex Forencich --- scripts/piperf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/piperf.sh b/scripts/piperf.sh index db34de952..a1abe19d0 100755 --- a/scripts/piperf.sh +++ b/scripts/piperf.sh @@ -136,7 +136,7 @@ for i in $(seq 1 $iperf_count); do done if [ ! -z $ptp4l ]; then - $netns_cmd ptp4l -i $netdev -m --masterOnly=1 --logSyncInterval=-3 & + $netns_cmd ptp4l -i $netdev -m --masterOnly=1 --tx_timestamp_timeout=10 --logSyncInterval=-3 & fi wait