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

{FEC} Packet filter framework and API #854

Merged
merged 10 commits into from
Sep 9, 2019

Conversation

ethouris
Copy link
Collaborator

@ethouris ethouris commented Sep 4, 2019

((NOTE: DON'T REVIEW UNTIL PARENT MERGED: pf-fec-core-prefax))

@ethouris ethouris requested a review from rndi September 5, 2019 06:57
@ethouris ethouris added [core] Area: Changes in SRT library core Status: Review Needed Type: Enhancement Indicates new feature requests labels Sep 5, 2019
@ethouris ethouris added this to the v1.4.0 milestone Sep 5, 2019
@ethouris
Copy link
Collaborator Author

ethouris commented Sep 5, 2019

BLOCKS: #855

SRTO_KMREFRESHRATE, // After sending how many packets the encryption key should be flipped to the new key
SRTO_KMPREANNOUNCE, // How many packets before key flip the new key is annnounced and after key flip the old one decommissioned
SRTO_STRICTENC, // Connection to be rejected or quickly broken when one side encryption set or bad password
SRTO_IPV6ONLY, // IPV6_V6ONLY mode
SRTO_PEERIDLETIMEO, // Peer-idle timeout (max time of silence heard from peer) in [ms]
// (some space left)
SRTO_PACKETFILTER = 60 // Add and configure a packet filter
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is the purpose of leaving some space here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Avoiding collision with other ongoing work. New options are being added lately very often.

@rndi rndi merged commit f94a4c1 into Haivision:master Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Priority: Critical Type: Enhancement Indicates new feature requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants