Code cleanup
authorFelix Morgner <felix.morgner@gmail.com>
Fri, 2 May 2014 10:05:21 +0000 (12:05 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Fri, 2 May 2014 11:31:36 +0000 (13:31 +0200)
This patchset is mainly consisting of code cleanups and maintainance.

- Introduced new header util.h containing utility functions to convert
  addresses to char* typed string representations in a generic way and
  to get the port of an address as an int. There are also functions that
  work with client structures

- Replaced occurences of older conversions with the new functions

- Replaced hardcoded values with preprocessor macros where applicable

- Reduced code duplication resulting from new IPv6 support where
  possible

- Other general cleanups where applicable


No differences found