Skip to content

Commit 6115fcf

Browse files
committed
Rename LAN discovery DNS-SD service
1 parent aa6f521 commit 6115fcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Basis Server/BasisNetworkCore/BasisLanDiscoveryProtocol.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ internal static class BasisLanDiscoveryProtocol
333333
{
334334
private static readonly UTF8Encoding StrictUtf8 = new UTF8Encoding(false, true);
335335

336-
internal const string ServiceName = "_basisvr._udp";
336+
internal const string ServiceName = "_basisdemo._udp";
337337
internal const string ProtocolVersion = "1";
338338
internal const int MaxStackIdBytes = 64;
339339
internal const int MaxServerNameBytes = 128;

Basis/Packages/com.basis.server/BasisNetworkCore/BasisLanDiscoveryProtocol.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ internal static class BasisLanDiscoveryProtocol
333333
{
334334
private static readonly UTF8Encoding StrictUtf8 = new UTF8Encoding(false, true);
335335

336-
internal const string ServiceName = "_basisvr._udp";
336+
internal const string ServiceName = "_basisdemo._udp";
337337
internal const string ProtocolVersion = "1";
338338
internal const int MaxStackIdBytes = 64;
339339
internal const int MaxServerNameBytes = 128;

0 commit comments

Comments
 (0)