lib/rex/proto/natpmp/constants.rb in librex-0.0.68 vs lib/rex/proto/natpmp/constants.rb in librex-0.0.70
- old
+ new
@@ -8,12 +8,12 @@
##
module Rex
module Proto
module NATPMP
- DefaultPort = 5351
- Version = 0
- TCP = 2
- UDP = 1
+ DefaultPort = 5351
+ Version = 0
+ TCP = 2
+ UDP = 1
end
end
end