|
@@ -3,13 +3,16 @@ using System.Net;
|
|
|
using System.Net.Sockets;
|
|
|
using System.Threading.Tasks;
|
|
|
using System.Diagnostics;
|
|
|
-
|
|
|
+using MultiDup;
|
|
|
namespace BattleRoom
|
|
|
{
|
|
|
internal class Program
|
|
|
{
|
|
|
static Socket SocketWatch = null; // 创建一个和客户端通信的套接字
|
|
|
const int port = 6006; // 端口号(用来监听的)
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
static void Main(string[] args)
|
|
|
{
|
|
|
selfTest();
|