thread detach 완성

This commit is contained in:
2025-04-24 21:36:48 +09:00
parent 07cff49813
commit c660c41657
6 changed files with 26 additions and 2 deletions

8
Server/src/config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"IP Version" : 6,
"Listen Port" : 9010,
"LogLevel" : 1,
"LogfileCount" : 5,
"LogfileName" : "Chattering.log",
"LogfileSize" : 4294967295
}