This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The following image shows throughput rates of OpenSSH (the blue line) versus HPN-SSH. HPN-SSH | |
| shows three different options. AES-GCM is the fastest cipher available. None is with encryption disabled | |
| but still using the MAC cipher. NoneMac disables both ciphers. None and NoneMac are used here to | |
| demonstrate the impact of ciphers on throughput. | |
| The Y axis is throughput in Mpbs (0 to 8,000) and the X axis is the RTT of the path. | |
| This graphs was generated by running multiple 40 GB transfers between two 10Gbps connected hosts | |
| back to back. We used netem to artificially inject delay into this path to simulate different | |
| RTTs. The median value of each set of runs was used to compute the values presented here. |