Documentation ¶
Index ¶
- func New(ctx context.Context, config interface{}) (interface{}, error)
- type DTLS
- type PacketConfig
- func (*PacketConfig) Descriptor() ([]byte, []int)
- func (*PacketConfig) ProtoMessage()
- func (m *PacketConfig) Reset()
- func (m *PacketConfig) String() string
- func (m *PacketConfig) XXX_DiscardUnknown()
- func (m *PacketConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PacketConfig) XXX_Merge(src proto.Message)
- func (m *PacketConfig) XXX_Size() int
- func (m *PacketConfig) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DTLS ¶
type DTLS struct {
// contains filtered or unexported fields
}
DTLS writes header as DTLS. See https://tools.ietf.org/html/rfc6347
type PacketConfig ¶
type PacketConfig struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PacketConfig) Descriptor ¶
func (*PacketConfig) Descriptor() ([]byte, []int)
func (*PacketConfig) ProtoMessage ¶
func (*PacketConfig) ProtoMessage()
func (*PacketConfig) Reset ¶
func (m *PacketConfig) Reset()
func (*PacketConfig) String ¶
func (m *PacketConfig) String() string
func (*PacketConfig) XXX_DiscardUnknown ¶
func (m *PacketConfig) XXX_DiscardUnknown()
func (*PacketConfig) XXX_Marshal ¶
func (m *PacketConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PacketConfig) XXX_Merge ¶
func (dst *PacketConfig) XXX_Merge(src proto.Message)
func (*PacketConfig) XXX_Size ¶
func (m *PacketConfig) XXX_Size() int
func (*PacketConfig) XXX_Unmarshal ¶
func (m *PacketConfig) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.