benoitc / erlang-nat

implements NAT handling facilities for Erlang applications
Other
57 stars 10 forks source link

handle case where multiple UPNP services answers #18

Closed benoitc closed 5 years ago

benoitc commented 5 years ago

in some infrastructure with badly configured UPNP, you can multiple response for a request. This change make sure we will retrieve one response from the router at least instead of only waiting for the first packet.

fix #17

benoitc commented 5 years ago

Maybe the way the timeout is handled can be changed?

benoitc commented 5 years ago

cc @macpie