Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:andreas.osterburg
libsrtp
libsrtp-ws.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libsrtp-ws.patch of Package libsrtp
From: Andreas Osterburg <andreas.osterburg@digide.net> Date: 2020-07-23 11:51 +0200 Subject: Change SRTP default window size (needed for some telephony providers and asterisk has no config option for that) Upstream: never --- a/srtp/srtp.c 2017-08-01 13:57:38.000000000 +0200 +++ b/srtp/srtp.c 2020-01-17 14:13:16.690368011 +0100 @@ -712,7 +712,7 @@ if (p->window_size != 0) err = rdbx_init(&srtp->rtp_rdbx, p->window_size); else - err = rdbx_init(&srtp->rtp_rdbx, 128); + err = rdbx_init(&srtp->rtp_rdbx, 1024); if (err) return err; /* initialize key limit to maximum value */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor