I'm sending a UDP broadcast  and getting a response using recv(). I need to 
now start a conversation with the other end.

As far as I can tell the _uv_hook_recv(sock::UdpSocket, nread::Ptr{Void}, 
buf_addr::Ptr{Void}, buf_size::Int32, addr::Ptr{Void}, flags::Int32) which 
I believe is the read callback contains the host address (param addr). Is 
there a way I can get hold of this please.

Thanks
Bob

Reply via email to