Skip to content

Commit

Permalink
Now we connect www.ygh.kr
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed May 31, 2021
1 parent 99c996c commit dda26a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<PacketType, Action<Packet>> callback; // ํƒ€์ž…์— ๋”ฐ๋ฅธ ์ฝœ๋ฐฑ ๋ฉ”์†Œ๋“œ
Expand Down

0 comments on commit dda26a6

Please sign in to comment.