A
A
Applevu2020-10-19 02:47:02
Web development
Applevu, 2020-10-19 02:47:02

How to find out ip through P2P calls?

Hi all! Please tell me how can I find out which ip my ip sends a request to when making a P2P call?
Knowing that it is possible to find out ip in this way, telegrams made it possible for users themselves to choose p2p in the settings.
I would be grateful for help. The implementation itself is interesting for informational purposes (considering that this feature is disabled for many applications).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Vasilkov, 2020-10-19
@Applevu

Try installing Wireshark, a great program that, if you get used to it, shows the packets and the data itself of all outgoing and incoming traffic with filters. You can even learn sockets from it, not only see where.
Or there is an easier option - open an antivirus and see where the network is loaded when the program is running, the address and port are usually written there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question