mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-02 14:52:26 +00:00
Enable SCTP zero checksums
This commit is contained in:
parent
7377b4f15b
commit
3e0fcfbfcf
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue