Some optimizations
authorFelix Morgner <felix.morgner@gmail.com>
Sun, 1 Jun 2014 14:58:23 +0000 (16:58 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Sun, 1 Jun 2014 14:58:23 +0000 (16:58 +0200)
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.


No differences found