Set packet TTL with QT Network library
-
wrote on 14 Feb 2011, 12:32 last edited by
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?
-
wrote on 14 Feb 2011, 13:23 last edited by
You can't using Qt API at all, but have to switch to raw sockets.
-
wrote on 14 Feb 2011, 13:55 last edited by
Thank you for the answer!
It means that I shoud use operating system-dependent libraries?
1/3