netty/netty

Epoll: Remove edge-triggered support

normanmaurer opened this issue · 0 comments

Back in the days when we wrote the native epoll transport we decided to use edge triggered by default but also support level triggered. Supporting edge-triggered complicates things a lot while the advantage is not really clear with the dispatching model of netty. Let's remove edge-triggered and just use level-triggered.