PDA

View Full Version : Receive UDP Lite packet in qt



hre
8th November 2011, 14:31
Hi

I'm currently developing a client, which has to receive udp-lite packets. I implemented a qudpsocket, but it seems that the socket can't handle udp-lite packets. Does anyone has a hint for me how I can solve this problem ?

thank you for your replies

hre

DmitryNik
9th November 2011, 07:55
I could suggest read the rfc -documentation about this protocol: http://www.ietf.org/rfc/rfc3828.txt
You might missed something relevant.