:D Yup the timers too. That's why I would like to keep that piece of code as it is and move only the serial port handling elsewhere (a different thread I)
--- On Thu, 10/21/10, Holger Hans Peter Freyther holger@freyther.de wrote:
From: Holger Hans Peter Freyther holger@freyther.de Subject: Re: osmocom on windows To: baseband-devel@lists.osmocom.org Date: Thursday, October 21, 2010, 8:09 PM
On 10/21/2010 07:00 PM, eisencah eisenach wrote:
Here's another one. Regarding the select mechanism (the one in select.c). Other then the serial port and sockets is anything else registered there? Cause I
would like to keep sockets for communication after all (but the select
function will not work on windows for serial ports handles). So I would use a different mechanism only for serial port scheduling. Cheers, Mihai.
well.. we handle the timers with it too.