summaryrefslogtreecommitdiff
path: root/utils/inet.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix several doxygen errorsVincent Sanders2016-05-051-1/+2
|
* Reduce unecessary use of networking headersVincent Sanders2016-04-171-0/+62
The utility configuration header dragged in a number of bsd sockets and related API as a side effect of setting up the configuration. By splitting the header and API setup into a separate header only the small number of places that need the functionality explitly include it.