>On Sun, 18 Oct 1998, MOLNAR Ingo wrote:
>
>> timeout = HZ/10;
>
>And what about to decalre timeout `int' and not `long'?
Hmm, sk->lingertime is a timeout delta and is an unsinged long and is
measured in seconds so an int couldn' t handle such timeout delta on 64
bit arch. For this reason I returned to long...
Andrea Arcangeli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/