Changes between Version 4 and Version 5 of IPv6


Ignore:
Timestamp:
Dec 3, 2007 2:15:17 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPv6

    v4 v5  
    66 - Windows XP, Windows Server 2003, and Windows Vista, using Microsoft Platform SDK for Windows Server 2003 SP1 
    77 - Symbian 
    8  - Linux, and probably other Unix platforms 
     8 - On Linux/Unix/MacOS X with GNU development systems, IPv6 features are detected by the {{{./configure}}} script. 
    99 
    1010Note about Windows 2000: 
     
    7676== IPv6 Support in pjmedia (SDP, media transport) == 
    7777 
    78 To be done. 
     78The work for adding IPv6 support in pjmedia is documented by ticket #420. 
    7979 
    80 The work for adding IPv6 support in pjmedia is documented by ticket #420. 
     80The SDP representation has been updated to support IPv6 address, and the UDP media transport now also supports IPv6 sockets. There have been some ''incompatible'' changes introduced in pjmedia: 
     81 - the {{{rtp_addr_name}}} and {{{rtcp_addr_name}}} fields in {{{pjmedia_sock_info}}} structure (which describes the media transport address information) has been changed to use {{{pj_sockaddr}}} union rather than {{{pj_sockaddr_in}}} structure which is specific to IPv4, 
     82 - the {{{rem_addr}}} and {{{rem_rtcp}}} fields in {{{pjmedia_stream_info}}} also have been changed to use {{{pj_sockaddr}}} union. 
    8183 
    8284== IPv6 Support in pjnath (STUN and ICE) ==