Logged In: NO

More info: in the main_loop it will every time call tfselect() with a timeout (tvp) of 0.0.
Causing it effectively to do busy waiting, rather than waiting for a select() to trigger.
I don't understand why this timeout remains 0.0 (the logic here is not quite clear to me).