Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPeer ¶
func NewPeer(address *net.UDPAddr, c Connection) *peer
func NewReliableConnection ¶
func NewReliableConnection() (*con, error)
Types ¶
type AtomicBool ¶
type AtomicBool struct {
// contains filtered or unexported fields
}
func (*AtomicBool) Get ¶
func (b *AtomicBool) Get() bool
func (*AtomicBool) Set ¶
func (b *AtomicBool) Set(value bool)
type Connection ¶
Click to show internal directories.
Click to hide internal directories.