TBNET_LOGIN_RETRIES
if (net->login_retries >= TBNET_LOGIN_RETRIES ||
if (net->login_retries++ < TBNET_LOGIN_RETRIES) {