mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Traversal: Notify user of TTL to be used
This commit is contained in:
parent
4f11b0d4c9
commit
5c1c22bab9
7 changed files with 16 additions and 0 deletions
|
@ -388,6 +388,7 @@ void TraversalClient::HandleTraversalTest()
|
|||
{
|
||||
// success, we can stop now
|
||||
m_ttlReady = true;
|
||||
m_Client->OnTtlDetermined(m_ttl);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue