Search:

Type: Posts; User: perfect

Search: Search took 0.00 seconds.

  1. As mentioned earlier, code works for me now. ...

    As mentioned earlier, code works for me now.

    Thanks for all your support.
  2. Good to see your response again. Thanks for all...

    Good to see your response again. Thanks for all the help/suggestion you are providing.

    My first question was further to your suggestion that client should also join multicast. Otherwise what is...
  3. Thanks for the response. If the server response...

    Thanks for the response.
    If the server response is also sent on multicast address, it will be received by all servers and clients of the group. I want that server response is received by the...
  4. Here is the code snippet. Multicast Client:...

    Here is the code snippet.


    Multicast Client:
    ...
    /* Resolve destination address for multicast datagrams */
    memset(&Hints, 0, sizeof (Hints));
    Hints.ai_family = PF_INET6;
    ...
  5. BTW, this is a c program and is being tested on...

    BTW, this is a c program and is being tested on windows XP sp2.

    Another interesting observation is that if server and client are running on same machine everything works fine. However, client...
  6. IPv6 multicast client fails to receive server response

    Hi,
    I have written a IPv6 multicast client and server. Client can successfully send packet to server on ff00::1 and server do receive the message. However, when server replies back to client,...
Results 1 to 6 of 6