Re: [PATCH v3 05/20] mcdstub: tcp packet processing added

2023-11-29 Thread Alex Bennée
Nicolas Eder writes: > --- > include/mcdstub/mcdstub.h | 144 > mcdstub/mcdstub.c | 277 ++ > 2 files changed, 421 insertions(+) > > diff --git a/include/mcdstub/mcdstub.h b/include/mcdstub/mcdstub.h > index 36058157ae..1461d0e1cb

Re: [PATCH v3 05/20] mcdstub: tcp packet processing added

2023-11-13 Thread nicolas.e...@lauterbach.com
Hi Phil, as of right now, there is no official spec for the TCP packet contents. However, in the client code it is rather easy see how the packets are constructed. I hope I will get the client code online by the end of the week. I will also look into qtest. We definetely need a test like this

Re: [PATCH v3 05/20] mcdstub: tcp packet processing added

2023-11-08 Thread Philippe Mathieu-Daudé
Hi Nicolas, On 7/11/23 14:03, Nicolas Eder wrote: --- include/mcdstub/mcdstub.h | 144 mcdstub/mcdstub.c | 277 ++ 2 files changed, 421 insertions(+) diff --git a/include/mcdstub/mcdstub.h b/include/mcdstub/mcdstub.h index 360

[PATCH v3 05/20] mcdstub: tcp packet processing added

2023-11-07 Thread Nicolas Eder
--- include/mcdstub/mcdstub.h | 144 mcdstub/mcdstub.c | 277 ++ 2 files changed, 421 insertions(+) diff --git a/include/mcdstub/mcdstub.h b/include/mcdstub/mcdstub.h index 36058157ae..1461d0e1cb 100644 --- a/include/mcdstub/mcdstub