-
Notifications
You must be signed in to change notification settings - Fork 56
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
tls
client/server/echo
handshake benchmark
#990
Conversation
…artial data frame while computing crc32c value
buffers0
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove buffers0 from the PR. 😄
{ | ||
handler.accept(signalId); | ||
|
||
return System.currentTimeMillis(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need to return current time here, perhaps NO_CANCEL_ID
instead since these are executed on stack and therefore not cancelable?
Same for other signalXXX
methods.
tls
client/server/echo
handshake benchmarkFixes #961