github.com/pion/webrtc/v4@v4.0.1/sctpcapabilities.go (about)

     1  // SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
     2  // SPDX-License-Identifier: MIT
     3  
     4  package webrtc
     5  
     6  // SCTPCapabilities indicates the capabilities of the SCTPTransport.
     7  type SCTPCapabilities struct {
     8  	MaxMessageSize uint32 `json:"maxMessageSize"`
     9  }