12 Aug
2026
12 Aug
'26
6:29 p.m.
On Fri Aug 7, 2026 at 8:56 AM EEST, David Gibson wrote:
On Sun, Aug 02, 2026 at 01:21:49PM +0000, Ammar Yasser wrote:
Move the buffers used to split tcp and udp packets coming from the host from being static definitions in tcp_buf.c and udp.c to structs exported through extern on the their respective header files.
Also move the udp_meta_t definition to the public udp.h file instead of it living in udp_internal.h
This commit message needs more of a rationale as to why this is a desirable change. I presume it's because something later in the series needs to access these variables and types, but this commit message should summarise that for easier review.
The content looks fine assuming the premise makes sense.
Will ensure in the next revision