Fix typ (eopll -> epoll)

This commit is contained in:
ZiHang Gao 2018-07-12 12:08:43 +08:00 committed by GitHub
parent c9718335fa
commit 84f0ffcdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
* [poll](#poll) * [poll](#poll)
* [epoll](#epoll) * [epoll](#epoll)
* [select 和 poll 比较](#select-和-poll-比较) * [select 和 poll 比较](#select-和-poll-比较)
* [eopll 工作模式](#eopll-工作模式) * [epoll 工作模式](#epoll-工作模式)
* [应用场景](#应用场景) * [应用场景](#应用场景)
* [参考资料](#参考资料) * [参考资料](#参考资料)
<!-- GFM-TOC --> <!-- GFM-TOC -->
@ -303,7 +303,7 @@ poll 和 select 在速度上都很慢。
几乎所有的系统都支持 select但是只有比较新的系统支持 poll。 几乎所有的系统都支持 select但是只有比较新的系统支持 poll。
## eopll 工作模式 ## epoll 工作模式
epoll_event 有两种触发模式LTlevel trigger和 ETedge trigger epoll_event 有两种触发模式LTlevel trigger和 ETedge trigger