- Nov 04, 2009
-
-
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
-
Youness Alaoui authored
-
- Oct 12, 2009
-
-
Youness Alaoui authored
-
- Oct 09, 2009
-
-
Youness Alaoui authored
-
- Oct 07, 2009
-
-
Youness Alaoui authored
Fix a crash in case a relay candidate could not be added (because of an error or because it's a redundant candidate), do not try to refresh it
-
Youness Alaoui authored
Once we process the pending checks, we should free them to avoid reprocessing them again if a dribble-mode set_remote_candidates is called
-
Youness Alaoui authored
-
- Sep 17, 2009
-
-
Also, do not re-create it if it already exists
-
- Sep 10, 2009
-
-
Youness Alaoui authored
use sizeof struct sockaddr instead of sizeof sockadddr_storage for doing the bind.. this fixes stund on BSD systems. Thanks to Tom Murphy for the fix
-
- Aug 20, 2009
-
-
Youness Alaoui authored
Do not use connect on UDP sockets and use sendto/recvfrom instead of send/recv because apparently on BSD a connect will fail on UDP sockets
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- Aug 17, 2009
-
-
Youness Alaoui authored
Only keep the srv-reflexive candidates alive by resending our initial STUN discovery during keepalive phase... this should fix the sending of over 300 completely useless connchecks that just spammed the network and filled our max saved ids for the stun agent requests, thus rendering future connchecks useless
-
- Aug 15, 2009
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- Aug 10, 2009
-
-
- Jul 31, 2009
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- Jul 28, 2009
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- Jul 27, 2009
-
-
Youness Alaoui authored
-
- Jul 24, 2009
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- Jul 22, 2009
-
-
Youness Alaoui authored
Do not limit the size of the conncheck list if we're not using DRAFT19.. google mode may require more than 100 connchecks and only latter candidates may succeed. Also show a debug message in case we drop conncheck elements
-
Youness Alaoui authored
Add correct conncheck pairs for discovered remote peer reflexive candidates. This fixes a bug with gtalk
-
- Jul 02, 2009
-
-
- Jun 30, 2009
-
-
Youness Alaoui authored
-