2014-05-14 18:10 GMT+02:00 Saúl Ibarra Corretgé <[email protected]>: >> Well, that is exactly what I suggest to avoid. If I want to >> temporally reject new connections I prefer to really reject them at >> TCP level (for that the socket must be closed) rather than >> buffering them (which would cause pain to users). >> > > We won't buffer them, the kernel will. What pain are you talking about?
The pain of initiating a TCP connection and wait for long time until it connects or some connection timeout fires. -- Iñaki Baz Castillo <[email protected]> -- 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.
