1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Set ptp4l tx_timestamp_timeout

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich 2022-05-14 23:54:54 -07:00
parent a897816b2c
commit cadc811ec6

View File

@ -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