summaryrefslogtreecommitdiff
path: root/agent/conncheck.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Resolve STUN server IP addressOlivier Crête2023-01-041-1/+1
* conncheck: Limit ichecks based on propertyOlivier Crête2022-10-171-7/+13
* Conncheck: renomination: set use_candidate for pending check on early inbound...Andrey Skryabin2022-05-261-15/+62
* Conncheck: always updating remote_consent.last_received for selected pair on ...Andrey Skryabin2022-05-261-4/+5
* Conncheck: recheck consent timeout overflow fixAndrey Skryabin2022-05-201-1/+1
* candidate: Add utility function to get STUN server addressPhilippe Normand2022-05-091-4/+9
* Don't try to use link-local addresses outside local networkJohan Sternerup2022-04-061-2/+10
* agent: Fix warning about required glib versionNirbheek Chauhan2022-03-211-1/+1
* conncheck: don't ignore local socket errorsFabrice Bellet2021-11-221-2/+8
* conncheck: schedule the connection check in most relevant placesFabrice Bellet2021-11-021-10/+9
* Remove g_assert_cmp* macros outside of the unit testsOlivier Crête2021-11-011-5/+5
* agent: ensure suceeded and discovered pairs fail the same timeFabrice Bellet2021-11-011-0/+22
* conncheck: Free password in more obvious wayOlivier Crête2021-05-031-5/+5
* agent: keep a track of the candidate refreshes being prunedFabrice Bellet2021-04-201-0/+1
* discovery: remove turn refresh after discarding relay candidateFabrice Bellet2020-12-141-14/+28
* agent: implement support for RFC7675 - Consent FreshnessMatthew Waters2020-12-101-118/+138
* conncheck: fix a buggy state transitionFabrice Bellet2020-12-071-4/+8
* conncheck: better handle remote tcp disconnectionFabrice Bellet2020-12-071-4/+35
* conncheck: add stun transaction id of stun ping response in debugging logsChi Liu2020-10-211-9/+18
* conncheck: Only valid stun messages used for KeepaliveJohan Sternerup2020-10-201-0/+1
* candidate: Hide the internal implementation from APIOlivier Crête2020-08-201-50/+56
* candidate: Make debug string functions publicOlivier Crête2020-07-211-45/+11
* conncheck: add a check to move into the ready state after a pair failedFabrice Bellet2020-05-221-6/+27
* conncheck: do not always remove pair in triggered check listFabrice Bellet2020-05-191-2/+20
* conncheck: clear the retransmit flag when the stun list is emptyFabrice Bellet2020-05-181-29/+13
* conncheck: add a missing component state transitionFabrice Bellet2020-05-181-9/+9
* conncheck: remove a redundant testFabrice Bellet2020-05-181-3/+0
* conncheck: do not change the pair state in triggered check queueFabrice Bellet2020-05-181-11/+26
* conncheck: handle the consequence when a pair is not createdFabrice Bellet2020-05-181-14/+16
* conncheck: rework the stun requests ordering per timer tickFabrice Bellet2020-05-141-34/+35
* conncheck: explicitely order the type of stun requests per timer tickFabrice Bellet2020-05-141-37/+66
* conncheck: fix try-alternate on tcp turn socketsFabrice Bellet2020-05-081-2/+21
* conncheck: ignore refreshes for tls turn server for OC2007R2Fabrice Bellet2020-05-081-1/+3
* conncheck: send udp turn refreshes in oc2007r2 compatibility mode tooFabrice Bellet2020-05-081-7/+8
* conncheck: make a single ordinary check per callbackFabrice Bellet2020-05-081-0/+2
* conncheck: improve places where the conncheck list is dumpedFabrice Bellet2020-05-081-8/+19
* agent: stay in aggressive mode after stun requests have been sentFabrice Bellet2020-05-081-0/+18
* stun: update timer timeout and retransmissionsFabrice Bellet2020-05-071-6/+3
* conncheck: update the unfreeze method for RFC8445Fabrice Bellet2020-05-071-305/+127
* conncheck: update stun timer timeout for RFC8445Fabrice Bellet2020-05-071-18/+24
* conncheck: another rare case of local tcp active candidate matchingFabrice Bellet2020-05-071-0/+18
* conncheck: socket reliability should not change the conncheck behaviourFabrice Bellet2020-05-071-1/+1
* conncheck: inbound stun on tcp passive pairs should trigger a checkFabrice Bellet2020-05-071-15/+7
* conncheck: simplify the test to find a matching local candidateFabrice Bellet2020-05-071-7/+3
* conncheck: properly select tcp-active discovered candidateFabrice Bellet2020-05-071-2/+7
* conncheck: fix some missing loop exit casesFabrice Bellet2020-05-061-1/+5
* conncheck: add a couple of switch case fallthroughsFabrice Bellet2020-05-061-9/+3
* conncheck: merge two cascaded conditionsFabrice Bellet2020-05-061-20/+18
* conncheck: honor the retransmit flag in case of role conflictFabrice Bellet2020-05-051-0/+6
* conncheck: add missing cases when pruning pending checksFabrice Bellet2020-05-051-0/+13