From 08d17d56b3c11a7bc815d534063351b7d0cbf743 Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 6 Apr 2022 00:35:50 -0500 Subject: [PATCH] Increased shell data buffer --- lib/include/lpacket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/lpacket.h b/lib/include/lpacket.h index e14bbf0..19b0edf 100644 --- a/lib/include/lpacket.h +++ b/lib/include/lpacket.h @@ -12,7 +12,7 @@ #define LAIKA_IPV4_LEN 22 #define LAIKA_INET_LEN 22 -#define LAIKA_SHELL_DATA_MAX_LENGTH 256 +#define LAIKA_SHELL_DATA_MAX_LENGTH 2048 /* first handshake between peer & cnc works as so: - peer connects to cnc and sends a LAIKAPKT_HANDSHAKE_REQ with the peer's pubkey, hostname & inet ip