Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithInitMsg ¶
WithInitMsg sets options
func WithNonBlocking ¶
WithNonBlocking sets nonblocking
Types ¶
type Listener ¶
type Listener struct { connection.SCTPConn // contains filtered or unexported fields }
Listener SCTP listener
func NewListener ¶
func NewListener(laddr *addressing.Address, opts ...Option) (*Listener, error)
NewListener creates a new SCTP listener instance
func (*Listener) Accept ¶
Accept waits for and returns the next connection connection to the listener.
Click to show internal directories.
Click to hide internal directories.