gauthd
 
Loading...
Searching...
No Matches
GNET::CheckTimer Class Reference

Periodic task manager for financial and security checks. More...

#include <gauthserver.hpp>

Inheritance diagram for GNET::CheckTimer:
Collaboration diagram for GNET::CheckTimer:

Public Member Functions

 CheckTimer (int _time, int _proir=1)
 Конструктор.
 
void Run ()
 Основной метод таймера.
 

Detailed Description

Periodic task manager for financial and security checks.

Таймер для периодических проверок (очистка данных, анти-брут).

Definition at line 156 of file gauthserver.hpp.

Constructor & Destructor Documentation

◆ CheckTimer()

GNET::CheckTimer::CheckTimer ( int _time,
int _proir = 1 )
inline

Конструктор.

Parameters
_timeИнтервал срабатывания таймера.
_proirПриоритет потока (по умолчанию 1).

Definition at line 167 of file gauthserver.hpp.

Member Function Documentation

◆ Run()

void GNET::CheckTimer::Run ( )

Основной метод таймера.

Main timer execution method.

Sequence:

  1. Clear brute-force records
  2. Process cash transactions
  3. Reschedule task using HouseKeeper

Definition at line 150 of file gauthserver.cpp.


The documentation for this class was generated from the following files: