CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2009
    Posts
    5

    Problem in IPV6 Ping Implementation

    Hi,

    i have tried to ping implementation for ipv6 using icmpv6. when i send the packet, the bellow program sends only Neighbor solicitation message in the network instead of sending echo message.

    Could any one help me in solving this problem?.
    when is set sin6_scope_id as 0. it is sending Neighbor solicitation message into the network. otherwise, it is giving error as

    WSAEADDRNOTAVAIL
    10049
    The requested address is not valid in its context.

    how to send the broadcast echo message ( broad cast ip : ff02::1) in the ipv6 network ?

    Thanka in advance.
    Last edited by saravanant; March 10th, 2009 at 06:39 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured