Ignore:
Timestamp:
Mar 10, 2007 11:19:11 AM (17 years ago)
Author:
bennylp
Message:

Started working on sample TURN client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/stun_msg.c

    r1052 r1053  
    406406    }, 
    407407    { 
    408         /* Unassigned, 0x8025 */ 
     408        /* ID 0x8025 is not assigned*/ 
    409409        NULL, 
    410410        NULL, 
     
    412412    }, 
    413413    { 
    414         /* Padding, 0x8026 */ 
     414        /* PADDING, 0x8026 */ 
    415415        NULL, 
    416416        NULL, 
     
    418418    }, 
    419419    { 
    420         /* Padding, 0x8027 */ 
     420        /* CACHE-TIMEOUT, 0x8027 */ 
    421421        NULL, 
    422422        NULL, 
Note: See TracChangeset for help on using the changeset viewer.