From: Richard C. <ric...@gm...> - 2013-07-30 13:16:08
|
On Tue, Jul 30, 2013 at 06:18:06PM +0530, Aman Sharma wrote: > > Is there any way to add some delay between the Sync and Follow_up , sync > follow-up and peer delay request in linuxptp. Actually whenever the ptp > application sends 2-3 or more messages very quickly (less than a us ) then > reception logic of our board behaves abruply. So just want to add some > delay in between messages. You can add a delay into the function, port_tx_sync(), in port.c [ This is just a hack. You should really fix your board. ] HTH, Richard |