-
Notifications
You must be signed in to change notification settings - Fork 861
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
Added description of 4 lacking options #722
Conversation
docs/API.md
Outdated
|
||
- **[GET or SET]** - number of packets to be transmitted after which the encryption | ||
key will be switched to the new one. The process involves "preannounce" when the new | ||
key is sent to the receiver, and "decommission" when the old key is no longer used; |
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.
DELETE
docs/API.md
Outdated
| `SRTO_SNDDROPDELAY` | 1.3.2 | pre | `int` | ms | 0 | | | ||
|
||
- **[SET]** - sets the extra delay for the decision of the data sender to make | ||
sender TLPKTDROP, that is, discard loss-reported packets stating that it's already |
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.
DELETE LINES 858 TO 868
@rndi Please merge it as is. I'll submit another PR specifically for STRICTENC, which will involve renaming of this option and doc update as well. |
Fixes #721