Loading
net: mqtt: improve decoder buffer handling
Improve buffer handling logic to use local variables extensively.
This change reduces the number of pointer dereferences, which leads
to more efficient runtime and helps reduce the code size.
Signed-off-by:
Pisit Sawangvonganan <pisit@ndrsolution.com>