mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 12:55:43 +08:00
NSH: A few minor improvements/corrections to the network status presentation
This commit is contained in:
@@ -439,10 +439,10 @@ static inline void net_statistics(FAR struct nsh_vtbl_s *vtbl)
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
nsh_output(vtbl, " ----");
|
||||
#endif
|
||||
nsh_output(vtbl, " %04x", g_netstats.tcp.rexmit);
|
||||
#ifdef CONFIG_NET_UDP
|
||||
nsh_output(vtbl, " ----");
|
||||
#endif
|
||||
nsh_output(vtbl, " %04x", g_netstats.tcp.rexmit);
|
||||
#ifdef CONFIG_NET_ICMP
|
||||
nsh_output(vtbl, " ----");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user