1
Fork 0

Increase size of SRTP replay window.

This commit is contained in:
Juliusz Chroboczek 2020-11-03 00:58:21 +01:00
parent 96c3e4f830
commit c1920e36b6
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ func Add(name string, desc *description) (*Group, error) {
if groups.groups == nil {
groups.groups = make(map[string]*Group)
s := webrtc.SettingEngine{}
s.SetSRTPReplayProtectionWindow(512)
if !UseMDNS {
s.SetICEMulticastDNSMode(ice.MulticastDNSModeDisabled)
}