Archived
1
0

correct buffering

This commit is contained in:
Jeff Becker
2018-05-03 14:05:35 -04:00
parent 0c41298fe0
commit b227bf6ff1
3 changed files with 21 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ public:
private:
size_t conns;
int epollfd;
char readbuf[2048];
char readbuf[128];
};
}