[ntcore] Add ability to announce mDNS for server (#8373)

We can use this as a new way of resolving addresses.
This commit is contained in:
Thad House
2025-12-16 22:26:56 -08:00
committed by GitHub
parent 7cb58962c5
commit e2d492ac3f
27 changed files with 133 additions and 56 deletions

View File

@@ -80,7 +80,7 @@ void NetworkTablesSettings::Thread::Main() {
}
} else if (m_mode == 3) {
wpi::nt::StartServer(m_inst, m_iniName.c_str(), m_listenAddress.c_str(),
m_port);
"", m_port);
}
}
}