Skip to content

Protocol Enum

sequenze edited this page Jun 15, 2017 · 2 revisions

This entity constitutes the supported protocols of the distributed tuple space.

Inheritance Hierarchy

Object > ValueType > Enum

Syntax

public sealed enum Protocol : Enum, IComparable, IFormattable, IConvertible

Members

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.

Overview

Protocol Members

Clone this wiki locally