summaryrefslogtreecommitdiff
path: root/agent/conncheck.c
Commit message (Expand)AuthorAgeFilesLines
...
* conncheck: invoke the debug dump in more placesFabrice Bellet2016-06-231-4/+13
* conncheck: fix pair socket assignmentFabrice Bellet2016-06-231-1/+5
* conncheck: fix tick counter used for debug statsFabrice Bellet2016-06-231-9/+6
* conncheck: dump timer status in the stream check listFabrice Bellet2016-06-201-14/+5
* conncheck: use strncmp instead of strcmpFabrice Bellet2016-06-201-1/+2
* conncheck: state is connected when a pair is nominatedFabrice Bellet2016-06-201-1/+1
* conncheck: Remove pairs before freeing candidateOlivier Crête2016-06-061-1/+6
* conncheck: mark discovered pairs with TCP passive as validJakub Adam2016-06-011-10/+26
* conncheck: fix pruning conn checks with TCP active socketsJakub Adam2016-05-311-1/+2
* agent: Add force-relay property to force messages through the relayOlivier Crête2016-05-301-26/+34
* conncheck: Start conncheck on server reply if neededOlivier Crête2016-05-301-0/+3
* conncheck: explain some corner casesFabrice Bellet2016-05-271-3/+14
* conncheck: add a debug dump of the whole stream check listFabrice Bellet2016-05-271-0/+105
* conncheck: fix the replay of early incoming connchecksOlivier Crête2016-05-271-17/+15
* conncheck: Make previous commit compileOlivier Crête2016-05-271-2/+2
* discovery: Make sure each candidate has a unique priorityOlivier Crête2016-05-271-15/+46
* conncheck: fix TCP active relay handlingOlivier Crête2016-05-271-0/+1
* conncheck: Update selected pair if necessaryOlivier Crête2016-05-261-0/+1
* conncheck: Don't reset keepalive timer on next keepaliveOlivier Crête2016-05-261-3/+9
* conncheck: Separate valid and succeded statesOlivier Crête2016-05-261-17/+20
* udp-turn: Don't expose GSocketOlivier Crête2016-05-261-2/+1
* conncheck: Make very frequent debug verbose-onlyOlivier Crête2016-05-261-3/+5
* turn: Cache the nonce & realm to remove useless round tripsOlivier Crête2016-05-261-0/+3
* conncheck: Stay READY if a new nominated pairs comes inOlivier Crête2016-05-261-1/+10
* conncheck: Deduplicate conncheck stopping codeOlivier Crête2016-05-261-16/+12
* Reset to connecting if reconnected after failedOlivier Crête2016-05-261-1/+2
* conncheck: display controlling mode of stun requestsFabrice Bellet2016-04-041-2/+2
* conncheck: implement a "triggered queue" listFabrice Bellet2016-04-041-48/+105
* agent: Use provided CandidatePair rather than re-finding a pairPhilip Withnall2016-03-011-4/+7
* conncheck: reorder the connection list when priorities are updatedPhilip Withnall2016-03-011-0/+2
* conncheck: fix keepalive stun agent initialisationPhilip Withnall2016-03-011-6/+1
* conncheck: nominate only one matching pairPhilip Withnall2016-03-011-12/+9
* conncheck: add more debug informationPhilip Withnall2016-03-011-12/+43
* 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