Display short encryption for connections to reduce with

This commit is contained in:
shortcutme 2017-10-13 01:16:11 +02:00
parent 046877599e
commit ef2f1d56d4
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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),