how can I suppress sending ICMP Messages ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i have a own protocol stack implementation in Windows2000. Wenn i send an udp Frame with a port xxxx ( to the Win2000 PC ), the WinSock Part of the OS sends an ICMP Message at the sender with Type 3 : Destination unreachable Code 2 : Port unreachable. It doesn't matter to my program, because i can get the frame and make my own processing. But how can i prevent these messages. I think i could bind a (the)udp port to a socket and listen. But these isn't quite good. Can anybody help me ? Marco