1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

max transmits ->0

This commit is contained in:
Zack Scholl 2019-11-13 10:00:43 -08:00
parent 4fd348edcd
commit a21f783d8a

View file

@ -349,7 +349,7 @@ func (c *Client) CreateOfferer(finished chan<- error) (pc *webrtc.PeerConnection
}
ordered := true
maxRetransmits := uint16(10000)
maxRetransmits := uint16(0)
var id uint16 = 5
options := &webrtc.DataChannelInit{
Ordered: &ordered,