[Linuxptp-devel] [PATCH] Use messageLength field to detetmine suffix length

2023-06-11 Thread Dylan Robinson
Use the messageLength header field, rather than the number of bytes received from the transport layer, when determining the length of the suffix. Check to make sure the transport layer delivered at least messageLength number of bytes, but do not discard messages if additional bytes are received. Ce

Re: [Linuxptp-devel] [PATCH] Use messageLength field to detetmine suffix length

2023-06-11 Thread Richard Cochran
On Sun, Jun 11, 2023 at 05:51:40PM -0400, Dylan Robinson wrote: > Use the messageLength header field, rather than the number of bytes > received from the transport layer, when determining the length of the > suffix. Check to make sure the transport layer delivered at least > messageLength number of