ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
log_rates.h File Reference

Logging rate limit constants (in microseconds) More...

Go to the source code of this file.

Macros

#define LOG_RATE_VERY_FAST   (100000)
 Log rate limit: 0.1 seconds (100,000 microseconds) - for very high frequency operations.
 
#define LOG_RATE_FAST   (1000000)
 Log rate limit: 1 second (1,000,000 microseconds)
 
#define LOG_RATE_NORMAL   (3000000)
 Log rate limit: 3 seconds (3,000,000 microseconds)
 
#define LOG_RATE_DEFAULT   (5000000)
 Log rate limit: 5 seconds (5,000,000 microseconds) - default for audio/video packets.
 
#define LOG_RATE_SLOW   (10000000)
 Log rate limit: 10 seconds (10,000,000 microseconds)
 

Detailed Description

Logging rate limit constants (in microseconds)

Definition in file log_rates.h.