SSH2: extra_packets is no longer used

This commit is contained in:
terrafrost 2024-11-22 17:12:10 -06:00
parent b38e84972d
commit 6f4af7ee05

View File

@ -1103,14 +1103,6 @@ class Net_SSH2
*/
var $smartMFA = true;
/**
* Extra packets counter
*
* @var bool
* @access private
*/
var $extra_packets;
/**
* Bytes Transferred Since Last Key Exchange
*