how to create Raw_socket using qt?
how to create Raw_socket using qt?
You can't create a raw socket using Qt but you can create it using native means (it might require superuser privileges) and then use it with Qt classes (such as QSocketNotifier or a subclass of QAbstractSocket).
Do you have any single examples?
Bookmarks