summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/webrtc/v3/sctpcapabilities.go
blob: 34399d3b058c19f18d41dbb8a06703a4bf6b562a (plain)
1
2
3
4
5
6
package webrtc

// SCTPCapabilities indicates the capabilities of the SCTPTransport.
type SCTPCapabilities struct {
	MaxMessageSize uint32 `json:"maxMessageSize"`
}