[-]
[+]
|
Changed |
nrpe.spec
|
|
[-]
[+]
|
Added |
nrpe-2.15_packetbuffer.patch
^
|
@@ -0,0 +1,11 @@
+--- include/common.h.orig 2020-02-05 09:55:21.662321386 +0100
++++ include/common.h 2020-02-05 09:56:31.282321231 +0100
+@@ -60,7 +60,7 @@
+ #define NRPE_PACKET_VERSION_2 2
+ #define NRPE_PACKET_VERSION_1 1 /* older packet version identifiers (no longer supported) */
+
+-#define MAX_PACKETBUFFER_LENGTH 1024 /* max amount of data we'll send in one query/response */
++#define MAX_PACKETBUFFER_LENGTH 8192 /* max amount of data we'll send in one query/response */
+
+ typedef struct packet_struct{
+ int16_t packet_version;
|