본문 바로가기

분류 전체보기233

Echo Server & Client (using pthread) /* Echo Server */ #include #include #include #include #include #include #include #include #include #defineBUFSIZE1024 #define MAXCLIENT10 /* accept()한 클라이언트를 처리할 쓰레드 함수 */ void* clientHandler(void* arg); /* main() 시작 */ int main(int argc, char* argv[]) { /* 서버와 클라이언트의 소켓을 할당할 변수 */ int serv_sock; int clnt_sock; /* 서버와 클라이언트의 주소정보를 할당할 변수 */ struct sockaddr_in serv_addr; struct sockaddr_in clnt_a.. 2008. 3. 25.
Slowhand의 미투데이 - 2008년 3월 24일 아 빌어먹을 네트웍 보안, 수업 그따구로 하면서 누가 누굴 뭐라하는겨.. -_- 2008-03-24 12:07:47 English Presesntation H/W1 완료, 싸그리 외울 것. 2008-03-24 12:08:07 이 글은 slowhand님의 2008년 3월 24일의 미투데이 내용입니다. 2008. 3. 25.
Invictus Invictus -William Ernest Henley (English poet, critic and editor, 1849 - 1903) Out of the night that covers me, Black as the Pit from pole to pole, I thank whatever gods may be For my unconquerable soul. In the fell clutch of circumstance I have not winced nor cried aloud. Under the bludgeonings of chance My head is bloody, but unbowed. Beyond this place of wrath and tears Looms but the Horror o.. 2008. 3. 20.
Slowhand의 미투데이 - 2008년 3월 17일 꼭 빨래하자. 2008-03-17 19:21:22 열차표도 예매하자 2008-03-17 19:21:47 인공지능 책은 우짠다? 2008-03-17 19:29:53 이 글은 slowhand님의 2008년 3월 17일의 미투데이 내용입니다. 2008. 3. 18.