- 10 Nov, 2009 2 commits
-
-
Youness Alaoui authored
Even for UDP sockets, we should handle EAGAIN errors because it can happen.. Apparently recvfrom can return EAGAIN on udp sockets if for example there's a bad checksum in the packet or some other similar error
-
Youness Alaoui authored
-
- 04 Nov, 2009 13 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
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 12 Oct, 2009 1 commit
-
-
Youness Alaoui authored
-
- 09 Oct, 2009 1 commit
-
-
Youness Alaoui authored
-
- 07 Oct, 2009 3 commits
-
-
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
-
- 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
-