summaryrefslogtreecommitdiff
path: root/Userland/Utilities/nc.cpp
AgeCommit message (Collapse)Author
2021-02-21Userland: Use uniform initialization instead of memsetBrian Gianforcaro
2021-02-09Userland: Use INET_ADDRSTRLEN for inet_ntop() buffersLinus Groh
There's no point in using different, seemingly randomly sized buffers as the required size for storing an IPv4 address representation is well known (16 bytes).
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling