Basically just the uv_udp_t stuff. Have a look at the way TcpSocket is implemented. It would be very similar. I'd be happy to review a pull request. I'm just in a little bit of a crunch right now, so I probably don't have the time to write it up and test it myself. There's examples of the C udp api here: http://nikhilm.github.io/uvbook/networking.html#udp . You may need to add another callback type. Just look at the top of jl_uv.c and you'll see the pattern (they correspond to _uv_hook julia functions). Let me know if you need any help.
On Wed, Feb 5, 2014 at 5:12 PM, Stefan Karpinski <[email protected]>wrote: > Just to be clear, this could be implemented in about an hour, probably. We > should just do it. Keno, what stuff do I need to hook up to make UDP work? > > > On Wed, Feb 5, 2014 at 5:04 PM, Bob Cowdery <[email protected]> wrote: > >> OK, thanks. I do need UDP for my application so will check back in a >> while. Does look like a nice language though. >> >> >> On Wednesday, February 5, 2014 7:57:34 PM UTC, Bob Cowdery wrote: >>> >>> Does the network i/o package support UDP as it only seems to have TCP >>> functions. >>> >>> Thanks >>> Bob >>> >> >
