mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-07-21 16:17:57 +02:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef UNIX_RELAY_LIMITS_H
|
|
#define UNIX_RELAY_LIMITS_H
|
|
|
|
#define MAX_UNIX_RELAYS 4
|
|
#define MAX_UNIX_RELAY_NAME_LEN 64
|
|
|
|
#endif
|