More refined time tracing. It seems the AMP connection is really the bottleneck.

This commit is contained in:
Griatch 2015-09-17 22:39:48 +02:00
parent d02b781be1
commit 018250e4e5
4 changed files with 16 additions and 4 deletions

View file

@ -163,7 +163,6 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
parsed data directly to self.data_in.
"""
if data and data[0] == IAC or self.iaw_mode:
try:
#print "IAC mode"