DESC Remove an ugly constant and replace it with lfd, because we know it's the minimum fd. EDESC In a networking loop, we used to asume that 3 was the minimum fd (without any comments about it), and then check if the fd was lfd. Instead, we can both make the code readable and faster by using lfd as the minimum file descriptor, and skip the test.