On Thursday 30 October 2014 15:43:23 Jean-Nicolas Artaud wrote:
> I've got a trouble I don't understand : the bind on the QUdpSocket doesn't
> conplains but I don't receive anything if I put my IP Address in
> _bindAddress. So the binding on AnyIPv4 works but not for adresses.
> 
> (the soft I'm working on is multi OS (Linux/Windows) I develop and test on
> Linux and I can answer your questions as fast as possible, and even try
> your suggestions).

Run strace on your application and tell us what system calls it made to that 
address. We're looking for a socket(2) call, a bind(2) call and a 
setsockopt(2) call.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to