[This is preliminary documentation and is subject to change.]
Network protocol used to broadcast progress updates
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public enum BroadcastProtocol
Members
Member name | Value | Description | |
---|---|---|---|
TcpOnly | 0 | Use TCP only. | |
UdpOnly | 1 | Use UDP only; non-functional unless UDP is lossless. | |
TcpUdp | 2 | Use both TCP and UDP. |
See Also