On Thu, Mar 22, 2018 at 11:32 PM, CM <[email protected]> wrote:
> To be more precise -- I wonder if you can get "gradual" buffer write
> notifications. I.e. as OS "drains" my buffer (writes it out to the network)
> I'd like to receive notifications indicating how much of the buffer was
> written out. Is this possible with libuv (or Windows IOCP)?

In general that's not possible.  You could hack libuv's UNIX port to
give you that kind of notification but it won't work on Windows.

-- 
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 https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to