larger buffer

This commit is contained in:
clowwindy
2014-06-19 10:01:55 +08:00
parent 35bfa56eaf
commit d949d11b28
3 changed files with 6 additions and 2 deletions

View File

@ -74,7 +74,7 @@ WAIT_STATUS_READING = 1
WAIT_STATUS_WRITING = 2
WAIT_STATUS_READWRITING = WAIT_STATUS_READING | WAIT_STATUS_WRITING
BUF_SIZE = 8 * 1024
BUF_SIZE = 32 * 1024
class TCPRelayHandler(object):