Comparing version 0.2.12 to 0.2.13
@@ -62,3 +62,3 @@ /** | ||
var self = this; | ||
var sock = dgram.createSocket('udp4'); | ||
var sock = dgram.createSocket({type: 'udp4', reuseAddr: true}); | ||
@@ -486,3 +486,3 @@ sock.on('message', function(buf) { | ||
var self = this; | ||
var sock = dgram.createSocket('udp4'); | ||
var sock = dgram.createSocket({type: 'udp4', reuseAddr: true}); | ||
@@ -489,0 +489,0 @@ sock.on('message', function(buf) { |
{ | ||
"name": "dhcp", | ||
"title": "dhcp", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"homepage": "https://github.com/infusion/node-dhcp", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74944