aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* socket_util: added function sockaddr_to_string()Max Kellermann2009-02-281-0/+45
Create the socket_util.c library, the first function is sockaddr_to_string(): it converts a sockaddr struct to a string containing the IP address in a human-readable form.