Re: [Linuxptp-devel] [PATCH v2 2/3] clock: dump unexpected packets received on the error queues of
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2020-06-19 15:47:36
|
On Fri, Jun 19, 2020 at 05:58:17PM +0300, Vladimir Oltean wrote: > You need to recv() the data. Otherwise, it will remain forever there, > ptp4l will be toast, since this will keep dispatching the fault ad > infinitum. The fault handling path closes all sockets and opens new ones. Thanks, Richard |