move buffers off heap

This commit is contained in:
Paul
2019-11-22 21:15:07 +01:00
parent c8e85a140f
commit 719755127b
5 changed files with 39 additions and 46 deletions

View File

@@ -151,7 +151,7 @@
#ifndef TelnetSpy_h
#define TelnetSpy_h
#define TELNETSPY_BUFFER_LEN 3000
#define TELNETSPY_BUFFER_LEN 1000 // was 3000
#define TELNETSPY_MIN_BLOCK_SIZE 64
#define TELNETSPY_COLLECTING_TIME 100
#define TELNETSPY_MAX_BLOCK_SIZE 512