Ignore:
Timestamp:
May 14, 2019 9:31:39 AM (5 years ago)
Author:
nanang
Message:

Close #2197: Support TURN extensions for TCP allocations (RFC 6062).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_msg.c

    r5527 r5987  
    4646    "CreatePermission",         /* 8 */ 
    4747    "ChannelBind",              /* 9 */ 
     48    "Connect",                  /* 10 */ 
     49    "ConnectionBind",           /* 11 */ 
     50    "ConnectionAttempt",        /* 12 */ 
    4851}; 
    4952 
     
    477480    }, 
    478481    { 
    479         /* ID 0x002a is not assigned */ 
    480         NULL, 
    481         NULL, 
    482         NULL, 
    483         NULL 
     482        /* PJ_STUN_ATTR_CONNECTION_ID, */ 
     483        "CONNECTION-ID", 
     484        &decode_uint_attr, 
     485        &encode_uint_attr, 
     486        &clone_uint_attr 
    484487    }, 
    485488    { 
Note: See TracChangeset for help on using the changeset viewer.