Added WIP structure for multiple server listeners (for IPv6 and IPv6 dualstack support - for example)

This commit is contained in:
Tristan B. Kildaire 2020-04-20 17:18:40 +02:00
parent 0ce324f9ab
commit 1c35bcd793
1 changed files with 11 additions and 0 deletions

View File

@ -9,6 +9,17 @@ import std.json : JSONValue, parseJSON, JSONException, JSONType, toJSON;
import std.string : cmp;
import server.handler;
/* TODO: Implement me */
/* All this will do is accept incoming connections
* but they will be pooled in the BesterServer.
*/
public class BesterListener
{
}
public class BesterServer
{
/**