Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Netty 4.1.0.CR5 / Use epoll and BoringSSL when running on linux-x86_64 #129

Merged
merged 1 commit into from
Mar 30, 2016

Conversation

trustin
Copy link
Member

@trustin trustin commented Mar 30, 2016

  • Upgrade to Netty 4.1.0.CR5
  • Use epoll when running on linux-x86_64
  • Use BoringSSL for SSL when running on linux-x86_64
  • Use different event loop names for different transport types
  • Use different event loop names for bosses and workers
  • Log the availability of epoll and BoringSSL

@trustin trustin added this to the 0.13.0.Final milestone Mar 30, 2016
@trustin trustin force-pushed the netty_4.1.0.CR5 branch 6 times, most recently from a8ffa67 to 24c29b8 Compare March 30, 2016 03:26
@trustin
Copy link
Member Author

trustin commented Mar 30, 2016

@anuraaga PTAL

@trustin trustin force-pushed the netty_4.1.0.CR5 branch 5 times, most recently from 05f0ab1 to e59bc2f Compare March 30, 2016 04:13
@@ -128,6 +129,13 @@
<version>3.20.0-GA</version>
<scope>runtime</scope>
</dependency>
<!-- epoll and BoringSSL support -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this also provide epoll? What about netty-transport-native-epoll?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, fixed.

…linux-x86_64

- Upgrade to Netty 4.1.0.CR5
- Use epoll when running on linux-x86_64
- Use BoringSSL for SSL when running on linux-x86_64
- Use different event loop names for different transport types
- Use different event loop names for bosses and workers
- Log the availability of epoll and BoringSSL
@anuraaga
Copy link
Collaborator

LGTM

@anuraaga anuraaga merged commit 2b632f6 into line:master Mar 30, 2016
@trustin trustin deleted the netty_4.1.0.CR5 branch March 30, 2016 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants