Enable SCTP zero checksums

This commit is contained in:
Sergey Stepanov 2024-03-31 21:31:18 +03:00
parent 7377b4f15b
commit 3e0fcfbfcf
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -74,6 +74,7 @@ func NewApiFactory(conf config.Webrtc, log *logger.Logger, mod ModApiFun) (api *
}
s.SetICEMulticastDNSMode(ice.MulticastDNSModeDisabled)
s.EnableSCTPZeroChecksum(true)
if mod != nil {
mod(m, i, &s)