Ignore:
Timestamp:
Oct 12, 2007 11:29:27 PM (17 years ago)
Author:
bennylp
Message:

Related to ticket #399: added comments etc.

File:
1 edited

Legend:

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

    r1496 r1497  
    4242 
    4343 
    44 //#define CHANGE_PORT       (0x01 << 30) 
    45 //#define CHANGE_ADDR_PORT    (0x03 << 29) 
    46 //#define CHANGE_ADDR_PORT      0xFFFFFFFFU 
     44#define CHANGE_ADDR             4 
    4745#define CHANGE_PORT             2 
    48 #define CHANGE_ADDR_PORT        6 
     46#define CHANGE_ADDR_PORT        (CHANGE_ADDR | CHANGE_PORT) 
    4947 
    5048 
Note: See TracChangeset for help on using the changeset viewer.