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

    How to:IPv6 base client-server application at different subnet

    Hi All,

    I am creating a client-server application for Ipv6 protocol on Windows XP platform using C++.

    I am able to communicate using IPv6 protocol if Client and server are in the same subnet but if Client and server are in different subnet , then communcation is getting fail.

    Thanks

  2. #2
    Join Date
    Mar 2004
    Posts
    10

    Re: How to:IPv6 base client-server application at different subnet

    In above condition i am getting 10065 error while connect.
    Same code is working fine in same subnet.
    Please assist is there any other setting for different subnet.

    Thanks

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