Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
nrpe
> nrpe-2.15_packetbuffer.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nrpe-2.15_packetbuffer.patch of Package nrpe (Revision 23)
Currently displaying revision
23
,
show latest
--- 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;