|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Common buffer size definitions. More...
Go to the source code of this file.
Macros | |
| #define | BUFFER_SIZE_SMALL 256 |
| Small buffer size (256 bytes) | |
| #define | BUFFER_SIZE_MEDIUM 512 |
| Medium buffer size (512 bytes) | |
| #define | BUFFER_SIZE_LARGE 1024 |
| Large buffer size (1024 bytes) | |
| #define | BUFFER_SIZE_XLARGE 2048 |
| Extra large buffer size (2048 bytes) | |
| #define | BUFFER_SIZE_XXLARGE 4096 |
| Extra extra large buffer size (4096 bytes) | |
| #define | BUFFER_SIZE_XXXLARGE 8192 |
| Extra extra extra large buffer size (8192 bytes) | |
| #define | BUFFER_SIZE_HUGE 16384 |
| Huge buffer size (16kb) | |
Common buffer size definitions.
Definition in file buffer_sizes.h.