Thread: Dual stack implementation using a single socket

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    1

    Dual stack implementation using a single socket

    how to implement Dual stack using a single socket? it should support both ipv4 and ipv6. please help.

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Could you be any less specific? Is this for a PC? What's the OS? Is this an embedded system? What socket library are you using? BSD? Winsock? Something for your proprietary embedded OS?

    We need serious detail if you want serious help, otherwise, all we can say is STFW.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Somehow it seems like another case of someone managing to blag their way into a job they know nothing about, and now they need our help to help keep that job.

    And yes, I do know which company you work for.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Registered User
    Join Date
    Sep 2008
    Posts
    200
    Quote Originally Posted by aswathy View Post
    how to implement Dual stack using a single socket? it should support both ipv4 and ipv6. please help.
    Solve it with programming.

  5. #5
    Registered User Annonymous's Avatar
    Join Date
    Apr 2011
    Location
    Jackson, New Jersey, United States
    Posts
    302
    Now I'm curious. What is a dual stack? Also, is IPv6 going to succeed IPv4 anytime soon, or has it already?

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Since the OP never came back, and now it's just random bump and wibble, this is closed.
    If you're still interested, start a new thread in the tech forum.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 07-01-2011, 11:35 AM
  2. Stack Implementation and Exceptions
    By audinue in forum C Programming
    Replies: 4
    Last Post: 06-22-2008, 09:32 AM
  3. dual processor vs single
    By MisterSako in forum Tech Board
    Replies: 8
    Last Post: 02-11-2006, 12:35 PM
  4. Using a single socket for accept() as well as connect()?
    By nkhambal in forum Networking/Device Communication
    Replies: 3
    Last Post: 10-20-2005, 05:43 AM
  5. stack implementation problem-help needed
    By sanju in forum C Programming
    Replies: 1
    Last Post: 12-10-2002, 07:29 AM