Sha256: ac0e0e08b1b1773761f0effab9d4d2e5025e9a2ac1801c05c79521fdc702076d

Contents?: true

Size: 881 Bytes

Versions: 28

Compression:

Stored size: 881 Bytes

Contents

module Net
  module SSH
    module Connection
      # Definitions of constants that are specific to the connection layer of the
      # SSH protocol.
      module Constants
        #--
        # Connection protocol generic messages
        #++

        GLOBAL_REQUEST            = 80
        REQUEST_SUCCESS           = 81
        REQUEST_FAILURE           = 82

        #--
        # Channel related messages
        #++

        CHANNEL_OPEN              = 90
        CHANNEL_OPEN_CONFIRMATION = 91
        CHANNEL_OPEN_FAILURE      = 92
        CHANNEL_WINDOW_ADJUST     = 93
        CHANNEL_DATA              = 94
        CHANNEL_EXTENDED_DATA     = 95
        CHANNEL_EOF               = 96
        CHANNEL_CLOSE             = 97
        CHANNEL_REQUEST           = 98
        CHANNEL_SUCCESS           = 99
        CHANNEL_FAILURE           = 100
      end
    end
  end
end

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
net-ssh-7.3.0 lib/net/ssh/connection/constants.rb
net-ssh-7.3.0.rc1 lib/net/ssh/connection/constants.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/constants.rb
net-ssh-7.2.3 lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.6.backports lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.5.backports lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.4.backports lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.3.backports lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.2.backports lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.1.backports lib/net/ssh/connection/constants.rb
net-ssh-backports-6.3.0.backports lib/net/ssh/connection/constants.rb
net-ssh-7.2.2.rc1 lib/net/ssh/connection/constants.rb
net-ssh-7.2.1 lib/net/ssh/connection/constants.rb
net-ssh-7.2.1.rc1 lib/net/ssh/connection/constants.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.0/lib/net/ssh/connection/constants.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.0/lib/net/ssh/connection/constants.rb
net-ssh-7.2.0 lib/net/ssh/connection/constants.rb
net-ssh-7.2.0.rc1 lib/net/ssh/connection/constants.rb
net-ssh-7.2.0.beta1 lib/net/ssh/connection/constants.rb
net-ssh-7.1.0 lib/net/ssh/connection/constants.rb