On Fri, Aug 16, 2013 at 11:54 AM, Brian Lalor <bla...@bravo5.org> wrote:
> Thank you, Jake and Pedro.  You confirmed my approach was valid; my mistake
> is that I included an encoding in the options to the Readable constructor,
> which apparently overrides objectMode.  And, no, I don't know why I had that
> there; it makes no sense. :-)
>
> To your point about pause/resume, Jake: there's no flow control with UDP.
> What're the consequences of not honoring a return of false from
> Readable#push()?

There is no flow control but UDP is still rate-limited - a process
cannot send datagrams faster than the operating system and the
hardware can send them out.  Node.js starts queueing datagrams in user
space when that happens.

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to