19 Dec
2024
19 Dec
'24
1:06 p.m.
On Thu, 19 Dec 2024 12:51:27 +0100
Enrique Llorente Pastora
On Thu, Dec 19, 2024 at 1:19 AM Stefano Brivio
wrote: I guess we could have it as a define (OPT_MAX_SIZE?), no need to have it in any struct.
By the way, note that we have MAX() defined in util.h, so you don't need a condition and a separate statement, you can just do:
I am going to create a new OPT_MAX_SIZE with the computation and also a new IPV6_MIN_MTU to be part of it and use that later on with MIN.
Sorry, MIN, of course, not MAX! -- Stefano