Hello everybody,
I have a QT application on Linux that send UDP datagrams to another application on the same machine, actually, an application running on uIP stack. The problem is that QT send IP packets with 0x46 in the header, meaning ip headers with extensions, but uIP stack does not support these, only 0x45 and IPV6. Is there any way to set the QUdpSocket to send these kind of packets? or the problem is in setting Linux ? thanks for any support,
Regards,
Bookmarks