[Qt-interest] Using QUdpSocket fails across internet
alexander golks
alex at golks.de
Tue Jan 26 08:31:38 CET 2010
the udp protocol is connectionless, so how do you want to make a connection?
you just write some data to the socket,
and maybe, it is received by the other side.
perhaps you've got a firewall in between, or 2?
maybe the packet drop is just to high, and you must send more packets?
some code of you may help to find the drop.
alex
--
/*
* /* When we have more time, we can teach the penguin to say
* * "By your command" or "Activating turbo boost, Michael".
* *\/
* linux-2.2.16/arch/sparc/prom/sun4prom.c
*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100126/7e07cc46/attachment.bin
More information about the Qt-interest-old
mailing list