LibasyncUDPConnection

Undocumented in source.

Constructors

this
this(AsyncUDPSocket conn)
Undocumented in source.

Members

Functions

acquire
void acquire()
Undocumented in source. Be warned that the author may not have intended to support it.
addMembership
void addMembership(NetworkAddress multiaddr)
Undocumented in source. Be warned that the author may not have intended to support it.
amOwner
bool amOwner()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(NetworkAddress addr)
Undocumented in source. Be warned that the author may not have intended to support it.
recv
ubyte[] recv(Duration timeout, ubyte[] buf, NetworkAddress* peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.
recv
ubyte[] recv(ubyte[] buf, NetworkAddress* peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] data, NetworkAddress* peer_address)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bindAddress
string bindAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
canBroadcast
bool canBroadcast [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
canBroadcast
bool canBroadcast [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
localAddress
NetworkAddress localAddress [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
multicastLoopback
bool multicastLoopback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta