-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/14/2014 05:56 PM, Fedor Indutny wrote: > Technically speaking, libuv will stop accepting connections if you > won't call `uv_accept()` in `uv_listen` callback. I'm not sure if > actual `uv_listen_stop` is required, as it won't really do much. >
Not really. Connections are already accepted by the time you call uv_accept since they are queued by us. - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTc5VdAAoJEEEOVVOum8BZt5cP/jOh3omM0s//petwhx/1HVQb R5HBT4Td80aQzufuIktiCbJZJ8uih2Qb1rJ4g8oAdKlMDIMBxtz586GvZMvncZAN XuDx1ksBf5MXLeRnPXFrf+BoFzogFhkMNqpHpJtLUVCbv7Md/piFUZcEgE7W/BCL zK9K72s0tnbLA/ucZY3seL61OyFICD4bMfgwCZRa2n+iO3peeykfQtSeBLga6oW2 HFomy6U/7tikjWa2DPgUTxMphE0qpyLnAGUsTYbvjfn5tXDnMUDhm0AXBevHaPmd S/5iORvVa++tK9rDdkBIh6f2LyHCa5pG6MRY1um0MIwm73q2IAV0QDggzctyxnjd 3fTLtoZat0CJqqK/QATMtfJwgwtucTzm0DLmt7hCWxXtuxDGmkCiVjJ8cqwwXOMy fxLv+fFtN9yGJGWgYrtUKUrdWqNI/0ixJ/+XvFd0ftmwO+VH5CFW3lCTp0JnVMwt CaqrkGcHEdDXrdE+2pLhsZ2QhYUuuS5EJKAUTeAFiohkW3aoXUM7bmI9Q/0lMeBv l4BbrzXZOtdnoge41giScPzZZs9XmIk18uENdsr+NSS5NHwyrCN1t6kZoqQtdX5Y 0cfc9MexxrfkhUvPhjQtmOudKHn8UiXRJ95UD/coJB5/KdYCRlW+k+k/xlwM68PE qjfv63ZBIXnCPtmT96OA =75sK -----END PGP SIGNATURE----- -- 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.
