Skip to content
  • deuce's avatar
    81a70dbb
    Add a new multiple listening socket API. Takes a hostname or address as · 81a70dbb
    deuce authored
    a string, and listen()s on all the associated addresses in all families.
    
    Untested on Win32, and MSDN says some weird dance is required to support
    older (than Windows XP) OSs.  Despite the face that these OSs are all
    officially dead as doornails, I'm sure a lively argument will spring up
    regarding if we'll support them.
    81a70dbb
    Add a new multiple listening socket API. Takes a hostname or address as
    deuce authored
    a string, and listen()s on all the associated addresses in all families.
    
    Untested on Win32, and MSDN says some weird dance is required to support
    older (than Windows XP) OSs.  Despite the face that these OSs are all
    officially dead as doornails, I'm sure a lively argument will spring up
    regarding if we'll support them.
Loading