From: Felix Morgner Date: Fri, 2 May 2014 10:05:21 +0000 (+0200) Subject: Code cleanup X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=bb5f5ae82bdcb7b5189032940d0b609dc12be70b;hp=bb5f5ae82bdcb7b5189032940d0b609dc12be70b;p=umurmur.git Code cleanup 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 ---