Sha256: 4cc4d22e8bd8c4c0a487026ef26134a4c334dc20f96b076acdee8fbeea0e6886

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

# -*- coding: binary -*-
##
#
# NAT-PMP constants
#
# by Jon Hart <jhart@spoofed.org>
#
##

module Rex
module Proto
module NATPMP
	DefaultPort = 5351
	Version = 0
	TCP = 2
	UDP = 1
end
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
librex-0.0.68 lib/rex/proto/natpmp/constants.rb
librex-0.0.66 lib/rex/proto/natpmp/constants.rb