[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building GnuTLS 3.0.9 on MS-Windows
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: Building GnuTLS 3.0.9 on MS-Windows |
Date: |
Fri, 13 Jan 2012 00:24:39 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 |
On 01/12/2012 09:19 PM, Eli Zaretskii wrote:
>> I'll add the gnulib usleep module for that.
> On second thought, would it be possible to use the nanosleep module
> from gnulib instead? That one does have a non-trivial implementation
> for MS-Windows that supports sub-millisecond sleep periods.
That sleep is not really important in udp-serv. I'll remove it
completely. It is quite strange though that gnulib doesn't use
Sleep() in windows to emulate usleep, better than plain sleep
at least.
regards,
Nikos