Display short encryption for connections to reduce with
This commit is contained in:
parent
046877599e
commit
ef2f1d56d4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class UiRequestPlugin(object):
|
|||
("%s", connection.type),
|
||||
("%s:%s", (connection.ip, connection.port)),
|
||||
("%s", connection.handshake.get("port_opened")),
|
||||
("<span title='%s'>%s</span>", (connection.crypt, cipher)),
|
||||
("<span title='%s'>%s</span>", (cipher, connection.crypt)),
|
||||
("%6.3f", connection.last_ping_delay),
|
||||
("%s", connection.incomplete_buff_recv),
|
||||
("%s", connection.bad_actions),
|
||||
|
|
Loading…
Reference in a new issue