netty5/transport-native-epoll
Norman Maurer 7f391426a2 Revert changes in EpollEventLoop that were done recently and did cause various problems in different testsuites.
Motivation:

Changes that were done to the EpollEventLoop to optimize some things did break some testsuite and caused timeouts. We need to investigate to see why this is the case but for
now we should just revert so we can do a release.

Modifivations:

- Partly revert 1fa7a5e697 and a22d4ba859

Result:

Testsuites pass again.
2019-09-12 12:54:25 +02:00
..
src Revert changes in EpollEventLoop that were done recently and did cause various problems in different testsuites. 2019-09-12 12:54:25 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2019-09-12 05:38:11 +00:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:09:42 +02:00

Native transport for Linux

See our wiki page.