Skip to content

Commit

Permalink
CS adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Nov 22, 2024
1 parent feb12c8 commit 7aa66fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpseclib/Net/SSH2.php
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ class SSH2

/**
* Bytes Transferred Since Last Key Exchange
*
*
* Includes outbound and inbound totals
*
* @var int
Expand All @@ -974,14 +974,14 @@ class SSH2

/**
* After how many transferred byte should phpseclib initiate a key re-exchange?
*
*
* @var int
*/
private $doKeyReexchangeAfterXBytes = 256 * 1024;

/**
* Has a key re-exchange been initialized?
*
*
* @var bool
* @access private
*/
Expand Down

0 comments on commit 7aa66fd

Please sign in to comment.