lbryio / aioupnp

UPnP for asyncio
MIT License
29 stars 7 forks source link

port mapping conflict in certain cases #3

Open tzarebczan opened 5 years ago

tzarebczan commented 5 years ago

I have 4 PCs on my network - 1 of them is configured to use 3335 as the TCP port via the daemon config. First PC grabs 3333. Next PC grabs 3334. Third PC tries to grab 3335, which is already used, and fails to map on 3336 because of the port conflict.