-
Notifications
You must be signed in to change notification settings - Fork 2
Protocol Enum
sequenze edited this page Jun 15, 2017
·
2 revisions
This entity constitutes the supported protocols of the distributed tuple space.
Object > ValueType > Enum
public sealed enum Protocol : Enum, IComparable, IFormattable, IConvertible| Member name | Description |
|---|---|
| TCP | Communication between a spacerepository and a remotespace is done utilizing TCP. |
| UDP | Communication between a spacerepository and a remotespace is done utilizing UDP. This protocol has not been fully implemented, and as such only the basic entities are provided. |