mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-09-08 10:10:49 +00:00
Revisions
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Esiur.Protocol;
|
||||
|
||||
/// <summary>
|
||||
/// Shared defaults for the Esiur EP protocol.
|
||||
/// </summary>
|
||||
public static class EpProtocol
|
||||
{
|
||||
/// <summary>
|
||||
/// Default native EP port used when a server or endpoint does not specify one.
|
||||
/// </summary>
|
||||
public const ushort DefaultPort = 51018;
|
||||
}
|
||||
Reference in New Issue
Block a user