TooTallNate / node-nat-pmp

Node.js implementation of the NAT Port Mapping Protocol
132 stars 16 forks source link

Changed Client Port to 0 #9

Closed KritR closed 9 years ago

KritR commented 9 years ago

This should allow the socket to be bound regardless of the fact that other processes are currently using the NAT-PMP Client socket.

KritR commented 9 years ago

Nevermind, this would go against the protocol... For some reason, reuse address doesn't work right though.