How does Skype work without port forwarding?
问题 I am designing a p2p application which works on port 30000. My router is not UPnP so I required to forward a port to router. But Skype a another p2p application works without port forwarding on my pc. When I analyzed it with wireshark I found its using UDP port 48980, 58544. I am using c++. There is a library in python here which does it for Nat PnP routers . Is it possible to programmatically forward port to router irrespective of type of router and operating system . What should be the