property MsgIgnoreRate: Integer; default 0;
Description
Determines probability of sending a packet that will be ignore by the server (SSH_MSG_IGNORE packets) after each data packet. These ignore packets are intended for increasing data protection level against cracking by traffic analyzing. The value of the MsgIgnoreRate property can vary from 0 to 100. 0 means that no ignore packages will be sent. 100 means that one ignore package will be sent after the each data package.
Note: The traffic is increased when you increase the value of this option.