Changeset 1496


Ignore:
Timestamp:
Oct 12, 2007 1:21:00 PM (17 years ago)
Author:
bennylp
Message:

Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST values

File:
1 edited

Legend:

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

    r1495 r1496  
    4242 
    4343 
    44 #define CHANGE_PORT         (0x01 << 30) 
    45 #define CHANGE_ADDR_PORT    (0x03 << 29) 
     44//#define CHANGE_PORT       (0x01 << 30) 
     45//#define CHANGE_ADDR_PORT    (0x03 << 29) 
     46//#define CHANGE_ADDR_PORT      0xFFFFFFFFU 
     47#define CHANGE_PORT             2 
     48#define CHANGE_ADDR_PORT        6 
    4649 
    4750 
Note: See TracChangeset for help on using the changeset viewer.