summaryrefslogtreecommitdiff
path: root/agent/conncheck.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Use provided CandidatePair rather than re-finding a pairwip/phab/T3557-non-unique-pair-foundationsPhilip Withnall2016-02-051-4/+7
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-35/+35
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-45/+45
* conncheck: rename priv_process_response_check_for_peer_reflexive()Jakub Adam2015-09-111-3/+3
* conncheck: generate candidate pair for valid srflx candidateJakub Adam2015-09-111-14/+16
* agent: Add assertions to check component state transitions are validPhilip Withnall2015-09-031-0/+9
* conncheck: give temporary candidate_priority a base_addrJakub Adam2015-09-021-0/+1
* conncheck: set writable callback to socket from TCP active connectJakub Adam2015-07-031-0/+6
* Use G_GSIZE_FORMAT instead of %zuFelix Schlitter2015-06-301-1/+1
* conncheck: Computer STUN retransmission timeout (RTO) dynamicallyOlivier Crête2014-10-091-3/+33
* agent: Only add pairs once on gathering doneOlivier Crête2014-10-091-3/+3
* conncheck: Insert the candidates sorted after setting the priorityOlivier Crête2014-10-091-3/+3
* conncheck: Insert peer reflexive pair sortedOlivier Crête2014-10-091-1/+3
* conncheck: Don't remove elements in the conncheck list while iterating itOlivier Crête2014-10-091-30/+50
* agent: Declare the stream to be CONNECTED only if a pair is selectedOlivier Crête2014-10-091-10/+10
* agent: Check STUN buffer is non-NULL before getting its message IDPhilip Withnall2014-09-251-2/+4
* conncheck: Don't use CandidateRefresh after freeing itOlivier Crête2014-09-231-3/+9
* agent: Add some preconditions to internal APIPhilip Withnall2014-09-231-2/+17
* agent: Remove dangling pointers on NiceSocket destructionPhilip Withnall2014-09-221-0/+30
* agent: Factor out state transition to FAILED for CandidateCheckPairsPhilip Withnall2014-09-221-13/+19
* agent: Factor out free function for IncomingCheckPhilip Withnall2014-09-221-6/+2
* agent: Clear existing GSource timeouts before adding new onesPhilip Withnall2014-09-191-37/+27
* agent: Add names to timer GSourcesPhilip Withnall2014-09-191-13/+21
* agent: Put one StunAgent per ComponentOlivier Crête2014-09-011-21/+39
* conncheck: Fetch stream once instead of twiceOlivier Crête2014-09-011-11/+16
* agent: Factor out peer reflexive priority calculationOlivier Crête2014-08-211-25/+29
* agent: Add "keepalive-conncheck" property to make keepalives be conncheckOlivier Crête2014-08-211-1/+3
* conncheck: Go to connected only if the component was connected or readyOlivier Crête2014-08-121-3/+4
* Set candidate pairs from discovered peer-reflx tcp-passive candidates into DI...Youness Alaoui2014-08-071-6/+6
* Fix retransmission timers for reliable socketsYouness Alaoui2014-07-311-1/+1
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-231-21/+19
* Add TCP server reflexive candidatesYouness Alaoui2014-05-171-3/+15
* Add some informative debug messagingYouness Alaoui2014-05-171-1/+1
* Add support for ICE-TCPYouness Alaoui2014-05-171-8/+68
* Do not retransmit triggered checks if reliable transportYouness Alaoui2014-05-171-1/+1
* Small refactor for conncheck add_pair functionYouness Alaoui2014-05-171-16/+28
* Set pair->sockptr when discovering peer-reflexive candidatesYouness Alaoui2014-05-171-0/+1
* Make socket reliable in case of tcp-act/tcp-pass and move logic for ms-turnYouness Alaoui2014-05-151-12/+12
* Add support for MS-ICE2 candidate priorization for OC2007R2 compatibilityYouness Alaoui2014-05-151-1/+4
* Rename turn files and API to be UDP specificYouness Alaoui2014-05-151-4/+8
* Fix crash when discovering peer reflexive candidates in RFC compatYouness Alaoui2014-05-151-3/+10
* Make OC2007 relay candidates use TCP_ACTIVE and TCP_PASSIVE candidate types w...Youness Alaoui2014-05-151-8/+39
* Do not add server-reflexive from TURN if using a TCP connectionYouness Alaoui2014-05-151-8/+14
* Fix peer reflexive priority depending on transport and compatibilityYouness Alaoui2014-05-151-9/+25
* Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui2014-05-151-2/+4
* Do not enable keepalives for tcp candidatesYouness Alaoui2014-05-151-1/+10
* Add a sockptr to CandidateCheckPair, will be required for tcp-activeYouness Alaoui2014-05-151-7/+8
* Do not retransmit connection checks on reliable transportJakub Adam2014-05-151-2/+6
* Use local candidate foundation as CANDIDATE-IDENTIFIER when creatingJakub Adam2014-05-151-1/+1
* Disable TURN refresh in MSOC compatibility modeJakub Adam2014-05-151-2/+2