summaryrefslogtreecommitdiff
path: root/agent/conncheck.c
Commit message (Expand)AuthorAgeFilesLines
* discovery: Asynchronous removal of TURN refreshesJakub Adam2019-05-091-4/+43
* conncheck: NOMINATION STUN attribute supportAndrey Skryabin2019-05-081-0/+59
* tests: rename test-dribble to test-trickleJakub Adam2019-03-081-1/+1
* agent: trickle ICE modeJakub Adam2019-03-081-0/+3
* turn: Allow lifetimes under 60sOlivier Crête2019-01-291-7/+14
* turn: Replace magic numbers with defineOlivier Crête2019-01-221-4/+4
* agent: Fix spellingJakub Adam2019-01-141-1/+1
* Fix little bugs found by clang-analyzerOlivier Crête2018-12-271-2/+2
* conncheck.c: Fix negotiation problemJose Antonio Santos Cadenas2018-12-271-1/+1
* agent: Check for early checks on dribbled candidates tooOlivier Crête2018-12-271-38/+46
* conncheck: Don't free all incoming checks on credentialsOlivier Crête2018-12-271-5/+2
* component: Make incoming_checks into a GQueueOlivier Crête2018-12-271-8/+14
* component: Replace agent pointer with weak referenceOlivier Crête2018-10-281-5/+5
* agent: Remove explicit parent pointersOlivier Crête2018-10-281-51/+49
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-281-127/+65
* conncheck: don't disable keepalive on TCP if it's explicitly enabledMichael Olbrich2018-10-211-2/+3
* agent: don't require "reliable" be TRUE in order to use "ice-tcp"Jakub Adam2018-03-231-3/+2
* discovery: ignore bogus Skype for Business srflx addressesJakub Adam2018-03-231-10/+21
* conncheck: dont fail a stream with a empty conncheck listFabrice Bellet2018-03-231-3/+6
* socket: ping the stun server address on the right socketFabrice Bellet2018-03-231-1/+3
* conncheck: make debug more homonegeousFabrice Bellet2018-03-231-17/+18
* conncheck: factorize pair state debugFabrice Bellet2018-03-231-38/+31
* conncheck: the conncheck send function may failFabrice Bellet2018-03-231-2/+10
* conncheck: rework early stun requests handlingFabrice Bellet2018-03-231-139/+29
* agent: Fixes incompatible pointer type warning on OSX.Jozsef Vass2018-03-221-1/+1
* conncheck: handle alternate-server for turn relays differentlyYouness Alaoui2017-11-281-13/+43
* discovery: Increase discovery_unsched_items whenever we restart a checkYouness Alaoui2017-11-281-0/+4
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-281-0/+14
* conncheck: do not require that all streams have a connection check listMiguel París2017-11-281-23/+0
* conncheck: change state before updating nominated pairsFabrice Bellet2017-09-051-1/+1
* conncheck: forgot to put a pair in triggered check listFabrice Bellet2017-09-051-2/+4
* conncheck: update the state of triggered checks pairsFabrice Bellet2017-09-051-71/+25
* conncheck: support several stun requests per pairFabrice Bellet2017-09-051-353/+348
* conncheck: use stun_timer_remainder less frequentlyFabrice Bellet2017-09-051-29/+48
* conncheck: make debug sentences more accurateFabrice Bellet2017-09-051-9/+61
* conncheck: reorder some chunks of codeFabrice Bellet2017-09-051-436/+422
* conncheck: improve role conflict debugFabrice Bellet2017-06-221-5/+19
* conncheck: fix the component failed transitionFabrice Bellet2017-06-211-14/+57
* conncheck: remove cancelled pair stateFabrice Bellet2017-06-211-66/+76
* conncheck: adjust recheck on timeout strategyFabrice Bellet2017-06-211-4/+26
* conncheck: do not recheck a just succeeded pairFabrice Bellet2017-06-211-0/+12
* conncheck: fix a state transition caseFabrice Bellet2017-06-211-5/+16
* conncheck: try to change earlier to state readyFabrice Bellet2017-06-211-0/+11
* conncheck: dont cancel a pair for triggered checkFabrice Bellet2017-06-211-16/+32
* conncheck: remove a useless pair recheckFabrice Bellet2017-06-211-17/+0
* conncheck: update the pair state in triggered check listFabrice Bellet2017-06-211-24/+9
* conncheck: new pairs never have the nominated flag presetFabrice Bellet2017-06-211-10/+11
* conncheck: fix a nomination corner caseFabrice Bellet2017-06-211-2/+33
* conncheck: use the right pair when retriggering a checkFabrice Bellet2017-06-211-3/+18
* conncheck: link succeeded and discovered pairsFabrice Bellet2017-06-211-0/+7