This commit is contained in:
lightings 2023-04-12 14:56:19 +08:00
parent 3620fdae36
commit dc7eb1aad9

View File

@ -1,6 +1,6 @@
const net = require("net");
const port = 4999;
const port = 4010;
const host = "127.0.0.1";
var client = new net.Socket();