btop/src/linux
correabuscar 96a22b4078 use inet_ntop instead of getnameinfo
saves 979 bytes of reserved buffer because:
NI_MAXHOST is 1025 bytes
and
INET6_ADDRSTRLEN is 46

Depends on PR #457 being merged first.
2022-11-04 23:23:27 +01:00
..
btop_collect.cpp use inet_ntop instead of getnameinfo 2022-11-04 23:23:27 +01:00