[잡담] 백지부터 만들면서 느끼는 점;;
작성일20-04-16 05:47
조회 3,944
댓글 8
본문
Sun 소스를 보고 있자면 얼마나 갈아엎고 다시 쓰고 무너지고 세워지고 했을지 도저히 .. 견적이 안잡힘;
패킷 분석하고 이걸 이리저리 뜯어가면서 만들었을거 생각하면 ㅗㅜㅑ....
따봉
바다
댓글 목록 8
원숭이님의 댓글


굿....
시유웅님의 댓글


개발자 파이팅!!
김진이님의 댓글

M16님 급 실력이 되고싶습네다 !!!!!! 화이팅
에비츄님의 댓글

패킷... 음 모르겠당... 배우기 어려울려나...? 흠
바라보당님의 댓글

후훗~~ 화이팅요
도토리국밥님의 댓글

혹시 저랑 같은거 보고 계신가요?...
#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);
#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);
M16님의 댓글


비슷한거같은데요 프엡은 안뜸
콜라rosy님의 댓글

와... 여긴 그냥 다른세상이네요;;; ㄷㄷㄷ