mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[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:
@@ -52,7 +52,7 @@ class PreferencesTest {
|
||||
fail(ex);
|
||||
}
|
||||
|
||||
m_inst.startServer(filepath.toString(), "", 0);
|
||||
m_inst.startServer(filepath.toString(), "", "", 0);
|
||||
try {
|
||||
int count = 0;
|
||||
while (m_inst.getNetworkMode().contains(NetworkTableInstance.NetworkMode.kStarting)) {
|
||||
|
||||
Reference in New Issue
Block a user