summaryrefslogtreecommitdiff
path: root/Source/Core/Common/TraversalClient.h
AgeCommit message (Expand)Author
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-01-25Remove unused importsMartino Fontana
2023-05-20Traversal: Notify user of TTL to be usedFloogle
2023-05-20Traversal: Autoconfigure TTL to use for probe packetFloogle
2023-04-24Common/TraversalClient: Move interface into Common namespaceLioncash
2023-04-19Common/TraversalClient: Use correct deleter with g_MainNetHostLioncash
2022-03-15NetPlayDialog: Display external IP/Port as seen by the traversal server when ...Jordan Woyak
2021-07-05licensing: convert "public domain" to CC0 1.0Pierre Bourdon
2021-01-20TraversalClient: Make use of std::string_view with ConnectToClient()Lioncash
2021-01-20TraversalProto: Convert TraversalConnectFailedReason into an enum classLioncash
2021-01-20TraversalClient: Convert state enum into an enum classLioncash
2018-04-16TraversalClient: Use u32 instead of enet_uint32Lioncash
2018-04-16TraversalClient: Make TestPacket() privateLioncash
2018-04-16TraversalClient: In-class initialize members where applicableLioncash
2018-04-16TraversalClient: Make data externally read-only members privateLioncash
2017-09-09Common: Move version strings to their own headerLioncash
2017-08-08TraversalClient: make FailureReason an enum classMichael M
2017-07-30General: Remove unnecessary semicolonsLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-09-20[Netplay:Traversal] Add "Force Netplay Listen Port" feature that was in old n...CastellaFactory
2015-03-18Traversal: Use a decent PRNG instead of rand()mathieui
2015-03-02enet: Search for shared librarydegasus
2015-03-01Fix -Wswitch warningTillmann Karras
2015-02-25Added TraversalServer.cpp to Core/CommonZiek
2015-02-25Added all of enet lib, changed Cmake files accordinglyZiek
2015-02-25Added Gui elements in Netplay Setup Diag so a person can choose a traversal s...Ziek
2015-02-25Change netplay initial gctime to be determined by the hosts initial timeZiek
2015-02-25Moved Traversal Client code over from old netplayZiek