CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mnbv0987

Search: Search took 0.03 seconds.

  1. Re: How are ICMP replies associated with the request socket?

    The fifth parameter returns the address that the message was received from. But how does the system know that the incoming ICMP reply is associated with my socket? In other words, if I call...
  2. How are ICMP replies associated with the request socket?

    Maybe this is a silly question, but if I create a socket and send an ICMP echo request with sendto(), I can receive the echo reply with recvfrom(). How does the underlying network system know that...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured