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

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1496 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-10-12 13:21:00 +00:00
parent 4ab9fbbd57
commit 3460e276e1
1 changed files with 5 additions and 2 deletions

View File

@ -41,8 +41,11 @@ static const char *nat_type_names[] =
};
#define CHANGE_PORT (0x01 << 30)
#define CHANGE_ADDR_PORT (0x03 << 29)
//#define CHANGE_PORT (0x01 << 30)
//#define CHANGE_ADDR_PORT (0x03 << 29)
//#define CHANGE_ADDR_PORT 0xFFFFFFFFU
#define CHANGE_PORT 2
#define CHANGE_ADDR_PORT 6
enum state