Files
qotd/server/config.h
T
legonzaur e078a1023a
CMake / build (push) Failing after 4s
Move into directory
2025-02-28 11:40:57 +01:00

13 lines
249 B
C

//
// Created by k0rb4k on 26/11/2021.
//
#ifndef QOTD_CONFIG_H
#define QOTD_CONFIG_H
#define QUOTES_FILE "./quotes.txt"
#define MESSAGE_STRING_LENGTH 2048
#define DEFAULT_LISTEN_PORT 17 // should be 17 to be RFC compliant
#endif //QOTD_CONFIG_H