Moved here from https://github.com/joyent/libuv/issues/1305

--------------

Hi everyone,

I am planning to add IP Address change notifications to my software that 
already uses libuv and, according to what I know, no api for handling this 
notification exists in libuv.

Initially I will probably do something very simple and rude like checking 
ip address at regular intervals with a timer.
I've quickly been searching if an async API for those OS notification 
exists.
On Windows (XP+) there is an async function that looks for IPV4 Address 
change and posts to an overlapped port.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa366329(v=vs.85).aspx

On Windows Vista+ there is an equivalent function that handles both IPV4 
and IPV6 linked at the previous msdn page.

I still have a couple of questions:

1) Does anyone know if async equivalenst of this function actually exists 
for Unixes ?
2) May this issue fit into a "feature request" or is it completely 
uninteresting for libuv?

in case 2) answer could be "yes" it would be nice to know any previous work 
on the topic if it exists.

Thanks.

Stefano Cristiano

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to