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
Standardize debug macro names across files (DEBUG_NET_NETIF -> DEBUG_NETIF, DEBUG_NET_TCP -> DEBUG_TCP, DEBUG_NET_UDP -> DEBUG_UDP). Rename include guard in network_private.h to NETWORK_PRIVATE_H_, implement a simple Error() that prints messages and add an ERROR() macro, and replace direct network::Error(...) calls with ERROR(...). Add conditional guard around TCP optimization pragmas (CONFIG_TCP_NO_OPTIMIZE). Minor formatting and control-flow cleanups, and add /lib-network/include/noemac to .gitignore.
0 commit comments