forked from mirrors/qotd
fix : lower max message length to fit with RFC865
This commit is contained in:
+9
-1
@@ -1 +1,9 @@
|
||||
première ligne\nDeuxième ligne\ntroixième ligne
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user