apaprocki / node-dhcpjs

dhcpjs provides native DHCP support in Node.js
MIT License
61 stars 21 forks source link

fix for hard-coded ports (issue #9) #11

Closed chris-j-major closed 8 years ago

chris-j-major commented 8 years ago

update to allow specifying a server port - using the same convention as the client.

chris-j-major commented 8 years ago

Agree with that, I think it makes most sense to leave the default in the code, but with a comment showing how you would change the port. I've added a commit to that effect - what do you think?