From dda26a6c0ff502c55d8e8aa333f9f2b52535ce33 Mon Sep 17 00:00:00 2001 From: GyeongHo Yang Date: Mon, 31 May 2021 19:21:27 +0900 Subject: [PATCH] Now we connect www.ygh.kr --- Client/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Program.cs b/Client/Program.cs index f2e2a3b..16a7a0a 100644 --- a/Client/Program.cs +++ b/Client/Program.cs @@ -16,7 +16,7 @@ static class Program public static object locker = new object(); // 송신 뮤택스 public static TcpClient client; // 서버와 연결된 TCP 소켓 public static NetworkStream ns; // 네트워크 스트림 - public static readonly string hostname = "127.0.0.1"; // 접속할 서버 주소 + public static readonly string hostname = "www.ygh.kr"; // 접속할 서버 주소 public static readonly ushort port = 6756; // 접속할 서버 포트 public static Thread recvThread; // 서버로부터 수신을 대기하는 스레드 public static Dictionary> callback; // 타입에 따른 콜백 메소드