Re: [PATCH] ratp: fix sending data that won't fit in a single RATP packet

2018-08-31 Thread Sascha Hauer
On Fri, Aug 31, 2018 at 12:37:20AM +0200, Aleksander Morgado wrote: > We need to advance the input buffer used to create messages when the > data doesn't fit in a single RATP packet. > > Signed-off-by: Aleksander Morgado > --- Applied, thanks Sascha > include/ratp.h | 2 +- > lib/ratp.c

[PATCH] ratp: fix sending data that won't fit in a single RATP packet

2018-08-30 Thread Aleksander Morgado
We need to advance the input buffer used to create messages when the data doesn't fit in a single RATP packet. Signed-off-by: Aleksander Morgado --- include/ratp.h | 2 +- lib/ratp.c | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/include/ratp.h b/include/ratp.h