mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] NetBSD 100% Cpu


From: Michael Panteleit
Subject: Re: [Mldonkey-users] NetBSD 100% Cpu
Date: 28 Dec 2002 19:15:04 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

MLdonkey <address@hidden> writes:

> I cannot commit a fix, but there is a bug with poll (the minimal
> timeout delay for select in net/basicSocket.ml is too small when using
> poll, it should be 0.01).

Do you mean we should change line 372 from

      if !timeout < 0.0001 then timeout := 0.0001;

to

      if !timeout < 0.01 then timeout := 0.01;

A simple yes or no should be enough ;)

Meikel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]