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
I very much like to use this utility but I am sad about the interface limitations. I think it is limited to 7 because if there is more interfaces, they do not show up
The text was updated successfully, but these errors were encountered:
Intended to address resurrecting-open-source-projects#2
about only showing 7 interfaces.
The max number of rows was just a "magic number" set to 8 with a //TODO
next to it. I've changed it to a #define and set it to 64. Admittedly
this is also arbitrary, but it's less likely to cut off useful data
than 8.
Admittedly I know very little about proper defensive coding practices with (n)curses applications, but for my limited use of wanting a quick way to see the tx/rx per interface on more than 7 interfaces, this seems to do the trick.
@websahibi, I know it's been almost three years since you opened this, but FYI :)
I very much like to use this utility but I am sad about the interface limitations. I think it is limited to 7 because if there is more interfaces, they do not show up
The text was updated successfully, but these errors were encountered: