You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename short/ambiguous parameter names (gw→gateway, fn→ext_callback_fn, l→listener, r→rtx, q→queue, d→port_data, c→tcb, etc.) for clarity
- Improve bitflag checks to use explicit equality comparisons
- Fix const-correctness (const auto* src, const auto* ptr)
- Use 1U instead of 1u for unsigned literal consistency
- Reformat kServices array initializer and fix else-after-return patterns
- Remove redundant null checks before delete[]
- Remove redundant return at end of void function in udp.cpp
- Change Free() to void return type usage in network_memory.h
0 commit comments