This commit is contained in:
2026-08-04 06:17:32 +03:00
parent 53f9819d40
commit 2028db671f
19 changed files with 159 additions and 45 deletions
+4 -2
View File
@@ -131,12 +131,14 @@ public class EpServer : NetworkServer<EpConnection>, IResource
set;
}
//[Attribute]
/// <summary>
/// Application-supplied native TCP port. Zero requests an ephemeral port from the OS.
/// </summary>
public ushort Port
{
get;
set;
} = 10518;
}
/// <summary>
/// Controls whether warehouse initialization opens Esiur's native TCP listener.