- This topic has 2개 답변, 2명 참여, and was last updated 14 years, 10 months 전에 by
쌈구. This post has been viewed 551 times
-
-
소스는 문제가 없는것 같은데 포트가 이상한것 같더군요.
서버는
[root@Aegis TCP_IP]# gcc echo_server.c -o eserver
[root@Aegis TCP_IP]# ./eserver 9190이렇게 하면 아무것도 않뜨고요.
클라이언트는
[root@Aegis TCP_IP]# gcc echo_client.c -o eclient
[root@Aegis TCP_IP]# ./eclient 127.0.0.1 9190
connect() error!
[root@Aegis TCP_IP]#connect()에러 메시지가 뜨더군요. 포트가 막힌건지..다른 문제가 있는건지 모르겠네요...ㅠ.ㅠ
아시는분 해결책좀 알려주셔요~~~~ㅠ.ㅠ원래데로라면
[root@Aegis TCP_IP]# gcc echo_server.c -o eserver
[root@Aegis TCP_IP]# ./eserver 9190
Connected client 1
Connected client 2
Connected client 3[root@Aegis TCP_IP]# gcc echo_client.c -o eclient
[root@Aegis TCP_IP]# ./eclient 127.0.0.1 9190
Connected..............
Input message(Q to quit): Good morning
Message from server : Good morning
Input message(Q to quit): Hi
Message from server : Hi
Input message(Q to quit): Q
[root@Aegis TCP_IP]#안뇽하세요~잘부탁드립니다.
대학생 입니다.ㅋㅋㅋ
- 답변은 로그인 후 가능합니다.