Separate Client and Server port
This commit is contained in:
@@ -25,8 +25,12 @@ namespace PlantBox.Shared.Communication
|
|||||||
|
|
||||||
// TCP
|
// TCP
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// Port used by the broker to accept servers
|
||||||
|
/// </summary>
|
||||||
|
public const int TCP_SERVER_PORT = 1402;
|
||||||
|
/// <summary>
|
||||||
/// Port used by the broker to accept clients
|
/// Port used by the broker to accept clients
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const int TCP_PORT = 1402;
|
public const int TCP_CLIENT_PORT = 1403;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user