Sha256: 386618c891f717b9d50c62078e803e5479956deafb1e023f75e3913cd6599a63
Contents?: true
Size: 197 Bytes
Versions: 15
Compression:
Stored size: 197 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
15 entries across 15 versions & 3 rubygems