sync
This commit is contained in:
parent
3fee297136
commit
58dfd063f3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user