diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2010-07-27 07:46:09 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2010-09-01 12:24:44 (GMT) |
commit | 4bec2216312c231b2082f0b462328b1270b00836 (patch) | |
tree | 65541f0647a45eccf0502bee63dfc60d48522c9f /doc/src/network-programming | |
parent | afdf40b4c29812fac6ff400479286817bc43bad0 (diff) | |
download | Qt-4bec2216312c231b2082f0b462328b1270b00836.zip Qt-4bec2216312c231b2082f0b462328b1270b00836.tar.gz Qt-4bec2216312c231b2082f0b462328b1270b00836.tar.bz2 |
Add multicastsender and multicastreceiver examples
These are clones of the broadcastsender and broadcastreceiver examples,
modified to use the multicast API. I've made sure that the examples are linked
in the appropriate places as well.
Diffstat (limited to 'doc/src/network-programming')
-rw-r--r-- | doc/src/network-programming/qtnetwork.qdoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/network-programming/qtnetwork.qdoc b/doc/src/network-programming/qtnetwork.qdoc index dcee1b8..fce12a7 100644 --- a/doc/src/network-programming/qtnetwork.qdoc +++ b/doc/src/network-programming/qtnetwork.qdoc @@ -257,8 +257,13 @@ QUdpSocket::readDatagram() to read the datagram. The \l{network/broadcastsender}{Broadcast Sender} and - \l{network/broadcastreceiver}{Broadcast Receiver} examples show - how to write a UDP sender and a UDP receiver using Qt. + \l{network/broadcastreceiver}{Broadcast Receiver} examples show how to + write a UDP sender and a UDP receiver using Qt. + + QUdpSocket also supports multicasting. The + \l{network/multicastsender}{Multicast Sender} and + \l{network/multicastreceiver}{Multicast Receiver} examples show how to use + write UDP multicast clients. \section1 Resolving Host Names using QHostInfo |