PDA

View Full Version : Does Qt 4.2 support multicast?



zeki709
10th February 2007, 13:26
qt 4.2 seems that it does not support multicast. How to use multicast udp in qt program? To use native Linux socket api?

wysota
10th February 2007, 14:30
Access the native socket id and set an appropriate option on the socket.

ederbs
10th February 2007, 16:00
I already had problem with this, I am using here:

#include <sys/socket.h>

edm.