Static variables

Static methods

staticbind(address:String, port:Int, ?backlog:Int):Result<TcpServer>

staticconnect(address:String, port:Int, ?locaddr:String, ?locport:Int):Result<TcpClient>

staticgettime():Float

staticselect(recvt:Table<Int, Socket>, sendt:Table<Int, Socket>, ?timeout:Float):SelectResult

Methods