[잡담] 백지부터 만들면서 느끼는 점;;

작성일 20-04-16 05:47 | 4,075 | 8

본문

Sun 소스를 보고 있자면 얼마나 갈아엎고 다시 쓰고 무너지고 세워지고 했을지 도저히 .. 견적이 안잡힘;


패킷 분석하고 이걸 이리저리 뜯어가면서 만들었을거 생각하면 ㅗㅜㅑ....

1

댓글목록 8

혹시 저랑 같은거 보고 계신가요?...

#include "../common/core.h"
#include "../common/console.h"
#include "../common/malloc.h"
#include "../common/socket.h"
#include "../common/timer.h"

#define WIN32_LEARN_AND_MEAN
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <time.h>

int run_flag;
char srv_name[32]={"ANGEL-UNKNOWN"};

int main(int argc, char **argv)
{
register int next;
run_flag = 1;
srand(time(0));
set_servername();
console_init();
malloc_init();
timer_init();
socket_init();
do_init(argc, argv);

// printf("\n WWW.FBSTORY.COM !! 엔젤서버 구동기 개인 시험판..\n 이 버전은 더이상 개발되지 않습니다. 또한 개인만 접속가능합니다.\n\n");
printf(" ** Info: Angel-Server Develop Version V3 **\n %s Ready! Listening on %d.%d.%d.%d:%i\n\n*------------------------------------------------------------------------------*",
srv_name, CONVIP(listen_ip), listen_port);
Copyright © 바람인사이드 - 바람의나라 클래식 PC게임 팬 커뮤니티. & 4th All Rights Reserved.

Login icons created by Freepik - Flaticon