diff --git a/quotes.txt b/quotes.txt index 8c50954..83b2a16 100644 --- a/quotes.txt +++ b/quotes.txt @@ -1 +1,9 @@ -première ligne\nDeuxième ligne\ntroixième ligne +1 +2 +3 +4 +5 +6 +7 +8 +9 \ No newline at end of file diff --git a/server/config.h b/server/config.h index 9083199..85de469 100644 --- a/server/config.h +++ b/server/config.h @@ -6,7 +6,7 @@ #define QOTD_CONFIG_H #define QUOTES_FILE "./quotes.txt" -#define MESSAGE_STRING_LENGTH 2048 +#define MESSAGE_STRING_LENGTH 512 #define DEFAULT_LISTEN_PORT 17 // should be 17 to be RFC compliant -#endif //QOTD_CONFIG_H +#endif // QOTD_CONFIG_H