This commit is contained in:
Brad Arant 2020-08-05 11:29:35 -07:00
parent 3fee297136
commit 58dfd063f3

View File

@ -82,6 +82,8 @@ namespace core {
TCPServer &server;
enum Mode {LINE, BLOCK};
protected:
///
@ -150,7 +152,6 @@ namespace core {
int lineBufferSize = 0;
std::mutex mtx;
bool term = false;
enum Mode {LINE, BLOCK};
enum Mode mode = LINE;
int blockSize;