summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath-test/stun.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-10-07 08:42:28 +0000
committerBenny Prijono <bennylp@teluu.com>2009-10-07 08:42:28 +0000
commita7690a7389f967f2a1c3a50d393ee8ed3db08773 (patch)
treea01fd17abbc4c85c8dc0965c9b9fb68133df6ef0 /pjnath/src/pjnath-test/stun.c
parent08073d715d2594a08e1000079be1558974de0217 (diff)
More #962: STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME or SOFTWARE attribute):
- backported r2928 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/adhocs/1.4.5@2929 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/src/pjnath-test/stun.c')
-rw-r--r--pjnath/src/pjnath-test/stun.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/pjnath/src/pjnath-test/stun.c b/pjnath/src/pjnath-test/stun.c
index 9efc08d9..ccfbc474 100644
--- a/pjnath/src/pjnath-test/stun.c
+++ b/pjnath/src/pjnath-test/stun.c
@@ -479,7 +479,9 @@ static struct test_vector
"",
"",
&create_msgint1
- },
+ }
+ /* disabled: see http://trac.pjsip.org/repos/ticket/960
+ ,
{
PJ_STUN_BINDING_RESPONSE,
"\xb7\xe7\xa7\x01\xbc\x34\xd6\x86\xfa\x87\xdf\xae",
@@ -503,6 +505,9 @@ static struct test_vector
"",
&create_msgint2
}
+ */
+
+ /* disabled: see http://trac.pjsip.org/repos/ticket/960
#if defined(PJ_HAS_IPV6) && PJ_HAS_IPV6!=0
,
{
@@ -542,6 +547,7 @@ static struct test_vector
&create_msgint3
}
#endif
+ */
};