- 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.