- 20 Mar, 2013 1 commit
-
-
- 23 Feb, 2013 1 commit
-
-
Youness Alaoui authored
-
- 05 Feb, 2013 4 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
This adds nice_agent_set_stream_name, nice_agent_get_stream_name, nice_agent_generate_local_sdp, nice_agent_parse_remote_sdp.
-
Youness Alaoui authored
-
- 02 Feb, 2013 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 09 Jan, 2013 1 commit
-
-
Jakub Adam authored
Wrong 'inbound' argument was passed into priv_validate_username()
-
- 04 Oct, 2012 1 commit
- 01 Oct, 2012 1 commit
-
-
- 01 May, 2012 1 commit
-
-
Rohan Garg authored
-
- 30 Apr, 2012 2 commits
-
-
Rohan Garg authored
conn_check_add_for_local_candidate works exactly like conn_check_add_for_candidate except that it starts connchecks for newly found local candidates with existing remote candidates Refactor priv_add_local_candidate_pruned to accept a NiceAgent and a stream_id in order to call conn_check_add_for_local_candidate for newly gathered local candidate
-
Rohan Garg authored
-
- 03 Apr, 2012 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
- 08 Mar, 2012 1 commit
-
-
- 02 Mar, 2012 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Use GSocket for better Windows compatibility
-
- 17 Feb, 2012 2 commits
-
-
- 15 Feb, 2012 5 commits
-
-
Youness Alaoui authored
Should use the remote priority rather than the priority of the parent pair Thanks to Filippo Della Betta
-
-
-
Since Visual Studio compiler does not support C99 I put some declarations at the beginning of the statement.
-
As glib documentation suggests (http://developer.gnome.org/glib/2.28/glib-IO-Channels.html), g_io_channel_unix_new should be avoided on WIN32 platform. Replaced with g_io_channel_win32_new_socket function
-
- 10 Feb, 2012 1 commit
-
-
If TURN server is not listening then nice_tcp_bsd_socket_new returns socket=NULL and libnice crashes.
-
- 09 Feb, 2012 3 commits
-
-
Calling nice_agent_remove_stream will try to release the TURN allocation (lifetime=0) but it won't work because the CandidateRefresh doesn't contain credentials for user authentication (if it happens right after the allocation). The server replies with an authentication error but the client closed the socket and does not reply to it.
-
not valid if the socket is reliable (TCP). The patch does not add the candidate to the local candidate list if the socket is reliable.
-
If a client connects to a TURN server using a reliable socket (TCP) then retransmission of TURN messages (allocation request) is not needed. Libnice 0.1.1 retransmit the TURN messages (allocation request) in the same way for reliable (TCP) and not reliable (UDP) socket.
-
- 03 Feb, 2012 3 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-
Youness Alaoui authored
Mark pair as nominated when it's a remote peer-reflexive candidate discovered through an early incoming check which has use-candidate
-
- 02 Feb, 2012 1 commit
-
-
Youness Alaoui authored
This should fix the use case of creating a stream 1, gather until finished then creating another stream, gather its candidates, then setting the remotes on stream 1 (which is already gathered) while stream 2 is still gathering.
-
- 16 Jan, 2012 1 commit
-
-
- 13 Jan, 2012 1 commit
-
-
Youness Alaoui authored
-
- 12 Jan, 2012 2 commits
-
-
Youness Alaoui authored
-
Youness Alaoui authored
-