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

Move DTLS flight #782

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Move DTLS flight #782

merged 1 commit into from
Nov 2, 2018

Conversation

boaks
Copy link
Contributor

@boaks boaks commented Oct 30, 2018

Check for timeouts in unit test.

Signed-off-by: Achim Kraus achim.kraus@bosch-si.com

Check for retransmission in unit test.

Signed-off-by: Achim Kraus <achim.kraus@bosch-si.com>
if (this.retransmitTask != null) {
if (!this.retransmitTask.isDone()) {
this.retransmitTask.cancel(true);
public boolean isReponseStarted() {
Copy link
Contributor

Choose a reason for hiding this comment

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

typo : isResponseStarted

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks, fixed.

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