Changes between Version 4 and Version 5 of IPv6
- Timestamp:
- Dec 3, 2007 2:15:17 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPv6
v4 v5 6 6 - Windows XP, Windows Server 2003, and Windows Vista, using Microsoft Platform SDK for Windows Server 2003 SP1 7 7 - Symbian 8 - Linux, and probably other Unix platforms8 - On Linux/Unix/MacOS X with GNU development systems, IPv6 features are detected by the {{{./configure}}} script. 9 9 10 10 Note about Windows 2000: … … 76 76 == IPv6 Support in pjmedia (SDP, media transport) == 77 77 78 T o be done.78 The work for adding IPv6 support in pjmedia is documented by ticket #420. 79 79 80 The work for adding IPv6 support in pjmedia is documented by ticket #420. 80 The 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. 81 83 82 84 == IPv6 Support in pjnath (STUN and ICE) ==