Sha256: 6abf5a3197ec307fecc717ecb06af20a6aeb034c7a7ec4baf54628e7245757c5
Contents?: true
Size: 224 Bytes
Versions: 14
Compression:
Stored size: 224 Bytes
Contents
# -*- coding: binary -*- module Rex module Proto module NTP VERSIONS = (0..7).to_a MODES = (0..7).to_a MODE_6_OPERATIONS = (0..31).to_a MODE_7_IMPLEMENTATIONS = (0..255).to_a MODE_7_REQUEST_CODES = (0..255).to_a end end end
Version data entries
14 entries across 14 versions & 3 rubygems