-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It looks like the previous change was somewhat incomplete: - I made a small boolean mistake in OPEN_CONFIRM, using && instead of ||. This causes retransmissions to misbehave. - I overlooked the fact that OPEN_DOWNGRADE can also perform stricter checks on the incoming request. While there, add a utility function for doing these kinds of comparisons. This makes the code a bit more readable.
- Loading branch information
1 parent
b1a8462
commit fc589ed
Showing
2 changed files
with
141 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters