From: Felix Morgner Date: Sun, 1 Jun 2014 14:58:23 +0000 (+0200) Subject: Some optimizations X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=5ee3db88fdd2cbe29b490a53e7e55f2a56e9cf65;hp=5ee3db88fdd2cbe29b490a53e7e55f2a56e9cf65;p=umurmur.git Some optimizations Firstly, eliminated a stupid if statement which could be replaced by a for loop. Secondly, on systems with no IPv6 support, there are no unnecessary pollfd structures being allocated anymore. ---