Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Good day, colleagues!
I'm trying to write cross-platform traceroute application in QT. Can I set packet TTL with the help of QT or I should create socket using operating system API (non-crossplatform way) first before using QUdpSocket?
You can't using Qt API at all, but have to switch to raw sockets.
Thank you for the answer!
It means that I shoud use operating system-dependent libraries?