Re: [Linuxptp-users] How to disable "Delay Mechanim" of ptp4l Time follower / slave
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Greg A. <gre...@re...> - 2023-09-25 16:02:28
|
Latest (v4) has option for NONE: static struct config_enum delay_mech_enu[] = { { "Auto", DM_AUTO }, { "E2E", DM_E2E }, { "P2P", DM_P2P }, { "NONE", DM_NO_MECHANISM }, { NULL, 0 }, }; Regards, Greg From: Nemo Crypto <nem...@gm...> Sent: Monday, September 25, 2023 11:15 AM To: Linux PTP Users Linuxptp-users <lin...@li...> Subject: [Linuxptp-users] How to disable "Delay Mechanim" of ptp4l Time follower / slave Hi Linuxptp-users, Is there a way to disable the delay mechanism? I see only 3 options in man page (E2E (default), P2P & Auto). Thanks, Nemo |