- 17 Sep, 2009 1 commit
-
-
Olivier Crête authored
Also, do not re-create it if it already exists
-
- 10 Sep, 2009 1 commit
-
-
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
-
- 20 Aug, 2009 3 commits
-
-
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
-
- 17 Aug, 2009 1 commit
-
-
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
-
- 15 Aug, 2009 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 10 Aug, 2009 1 commit
-
-
Olivier Crête authored
-
- 31 Jul, 2009 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 28 Jul, 2009 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 27 Jul, 2009 1 commit
-
-
Youness Alaoui authored
-
- 24 Jul, 2009 5 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 22 Jul, 2009 2 commits
-
-
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
-
- 02 Jul, 2009 1 commit
-
-
- 30 Jun, 2009 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
Correctly find the username of a peer-reflexive candidate in google mode when it's received as an early icheck
-
- 19 Jun, 2009 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 18 Jun, 2009 1 commit
-
-
Youness Alaoui authored
-
- 17 Jun, 2009 5 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Use a global mutex for all nice agents and use g_source_is_destroyed to avoid the race condition of a source being destroyed while we wait for the mutex
-
- 15 Jun, 2009 1 commit
-
-
Youness Alaoui authored
-
- 12 Jun, 2009 1 commit
-
-
Youness Alaoui authored
Use addr instead of base_addr for assigning remote foundation for remote peer-reflexive candidates. addr will always be defined but base_addr won't always be
-
- 11 Jun, 2009 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Add support for droping packets when using TCP and the bandwidth is too slow for the data output. The queue now has a limit of 20 packets and the tcp-turn now has to call send in a single shot to avoid dropping parts of the packet (dropping the length but send the data, or dropping only the padding at the end, etc..)
-
Youness Alaoui authored
-
- 10 Jun, 2009 1 commit
-
-
Youness Alaoui authored
-