간단한 통신 프로그램을 만들고 있습니다.
udp로 소켓을 열어서 특정 ip와 특정 port로 메시지를
받으려고 하는데 잘되지 않네요.
그래서 tcpdump로 확인을 해봤는데 일단은 메시지는 오는 것 같습니다.
#>tcpdump src "내 ip"
16:54:47.998391 eth0 > localhost.localdomain > 129.***.***.***: icmp:
localhost.localdomain udp port 16111 unreachable
라고 출력 되네요...
unreachable가 무슨 뜻인지???
왜 출력을 못한는지요(이건 사실 제가 다시 고민할 문제같네요..)
궁금합니다.
--
??