TooTallNate / node-nat-pmp

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

Default ttl #7

Closed LinusU closed 8 years ago

LinusU commented 11 years ago

I think that the default ttl should be changed to 7200, as per draft-cheshire-nat-pmp-05.

The RECOMMENDED Port Mapping Lifetime is 7200 seconds (two hours).

http://tools.ietf.org/html/draft-cheshire-nat-pmp-05#page-10

LinusU commented 11 years ago

Or actually, per RFC6886.

http://tools.ietf.org/html/rfc6886#page-11

TooTallNate commented 8 years ago

Thanks!