server

Undocumented in source.

Members

Functions

acceptAuthSocket
Socket acceptAuthSocket(ServerAuth server, ushort serverPort)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
printHexDump
void printHexDump(const(ubyte)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveBytes
ubyte[] receiveBytes(Socket socket, size_t messageLength)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveMessage
ubyte[] receiveMessage(Socket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
sendBytes
void sendBytes(Socket socket, const(ubyte)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessage
void sendMessage(Socket socket, const(ubyte)[] message)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BackLog
enum BackLog;
Undocumented in source.

Meta