# File lib/net/ssh/transport/packet-stream.rb, line 77
        def set_algorithms( cipher, hmac, compressor )
          super( cipher, hmac )
          @compressor = compressor
        end