-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dialers/desync: in relaxed mode, skip desync on udp errors
- Loading branch information
1 parent
f04ffb5
commit 00059c0
Showing
3 changed files
with
120 additions
and
90 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
Oops, something went wrong.
00059c0
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.
#81
00059c0
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 can't understand "relaxed mode". Why did you write "skip" but overwrite the buffer like before? I think "relaxed mode" should be something like the old "direct_split" or WeirdSplitter (In this file, you can keep "real" data in the buffer and set DESYNC_NOOP_TTL to 1).
00059c0
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.
Don't think relaxed mode is used (I had added it for testing)... probably should get rid.