Sfoglia il codice sorgente

The epoll_wait function can produce EPOLLHUP events for a descriptor even
if not specifically requested, resulting in a tight loop of calls to
epoll_wait. Delete a descriptor from epoll if an EPOLLHUP event is
received and there are no registered operations for the descriptor.


[SVN r39752]

Christopher Kohlhoff 18 anni fa
parent
commit
3bf995e994
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      libs/asio

+ 1 - 1
libs/asio

@@ -1 +1 @@
-Subproject commit 27ad77577be00d87bc6c50d79c64306add0364d9
+Subproject commit ddbb69605829204e16e229c544b37c5e3511135f

粤ICP备19079148号