mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 23:53:24 +01: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
|