Implement max syslog message length, as per RFC (1024 bytes total)
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
std::string operator()();
|
||||
|
||||
private:
|
||||
static const size_t MAX_LEN = 1024;
|
||||
const SyslogMessage& _message;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user