- 13 Nov, 2008 12 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
remove the traffic_after_tick check because it caused problems with jingle. we need a tick every 25 seconds, but with that, the conncheck happens at 0s, and when the keepalive gets called @25s, it gets skipped and we only send our first keepalive after 50seconds... which means that jingle which stops processing if it doesn't receive a ping after 30 seconds, will stop playing our audio from 30 seconds to 50 seconds...
-
Youness Alaoui authored
use a different port for the relay to make sure we don't confuse the google relay server between an internal and external connection
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 12 Nov, 2008 12 commits
-
-
Youness Alaoui authored
race condition where the whole thing finishes up before g_main_loop_run(error_loop) gets called, so it gets stuck.. so we need to delay all threads by a little...
-
Youness Alaoui authored
use a dedicated stun agent for stun binding discovery because we'll need to be compatible with rfc 3489
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
a peer reflexive candidate must store the username and password from its parent candidate when in google mode
-
Youness Alaoui authored
do not reset a connectivity check to 'in progress' when we get a triggered check on it and we're already done
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 11 Nov, 2008 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 06 Nov, 2008 1 commit
-
-
Youness Alaoui authored
do not have the getaddrinfo/freeaddrinfo/getnameinfo functions in ws2_32.dll. As described in : http://msdn.microsoft.com/en-us/library/ms738532(VS.85).aspx <quote>The getnameinfo function was added to the Ws2_32.dll on Windows XP and later. If you want to execute an application using this function on earlier versions of Windows (Windows 2000, Windows NT, and Windows Me/98/95), then you need to include the Ws2tcpip.h file and also include the Wspiapi.h file. When the Wspiapi.h include file is added, the getnameinfo function is defined to the WspiapiGetNameInfo inline function in the Wspiapi.h file. At runtime, the WspiapiGetNameInfo function is implemented in such a way that if the Ws2_32.dll or the Wship6.dll (the file containing getnameinfo in the IPv6 Technology Preview for Windows 2000) does not include getnameinfo, then a version of getnameinfo is implemented inline based on code in the Wspiapi.h header file. This inline code will be used on older Windows platforms that do not natively support the getnameinfo function.</quote> Thanks to BW from aMSN forums for helping me find this!
-
- 05 Nov, 2008 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 04 Nov, 2008 10 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Fix inet_ntop_win32 to correctly fill in the in_addr and to return the correct value upon success/failure
-