diff xml/en/docs/events.xml @ 1784:68928f8d31d9

Updated accept_mutex with info about reuseport and epollexclusive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 15 Aug 2016 22:06:27 +0300
parents eea7541e7c6a
children f024ac0ec5c7
line wrap: on
line diff
--- a/xml/en/docs/events.xml	Tue Sep 13 18:46:02 2016 +0300
+++ b/xml/en/docs/events.xml	Mon Aug 15 22:06:27 2016 +0300
@@ -8,7 +8,7 @@
 <article name="Connection processing methods"
          link="/en/docs/events.html"
          lang="en"
-         rev="3">
+         rev="4">
 
 <section>
 
@@ -60,6 +60,11 @@
 <literal>epoll</literal>&mdash;efficient method used on
 Linux 2.6+.
 <note>
+The <literal>EPOLLRDHUP</literal> (Linux 2.6.17, glibc 2.8)
+and <literal>EPOLLEXCLUSIVE</literal> (Linux 4.5, glibc 2.24)
+flags are supported since 1.11.3.
+</note>
+<note>
 Some older distributions like SuSEĀ 8.2 provide patches
 that add epoll support to 2.4 kernels.
 </note>