Ignore:
Timestamp:
Apr 13, 2009 8:54:10 AM (15 years ago)
Author:
bennylp
Message:

Ticket #780: Update TURN from draft 09 to draft 13:

  • new rules for permissions:
    • permission must be created and refreshed explicitly with CreatePermission?
    • transmitting data does not refresh permission
  • attributes changed/added: XOR-PEER-ADDRESS, XOR-RELAYED-ADDRESS, EVEN-PORT, DONT-FRAGMENT
  • attribute(s) removed: REQUESTED-PROPS
  • new status codes: 401 (Forbidden), 507 (Insufficient Capacity)
  • removed status codes: 443 (Invalid IP address), 444 (Invalid Port), 508 (Insufficient Port Capacity)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/types.h

    r2580 r2589  
    108108operation of the relay and to exchange packets with its peers using the relay. 
    109109 
    110 This version of PJNATH implements both TCP and UDP client transport and it 
    111 complies with the following TURN draft: 
    112  - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-09.txt"> 
    113    <B>draft-ietf-behave-turn-09</B></A>: Obtaining Relay Addresses  
     110Features: 
     111 - <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-behave-turn-13.txt"> 
     112   <B>draft-ietf-behave-turn-13</B></A>: Obtaining Relay Addresses  
    114113   from Simple Traversal Underneath NAT (STUN) 
     114 - DNS SRV resolution 
     115 - Fallback to DNS A resolution if SRV record is not found 
     116 - UDP and TCP connection to TURN server 
     117 - automatic management of allocation refresh 
     118 
    115119 
    116120 
Note: See TracChangeset for help on using the changeset viewer.