refs #1671. Udpated deploy method type. Added udpcast-direct'
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
4051497761
commit
663b0d1928
|
@ -8,7 +8,7 @@ final class DeployMethodTypes
|
|||
public const string MULTICAST_UFTP = 'uftp';
|
||||
public const string MULTICAST_UFTP_DIRECT = 'uftp-direct';
|
||||
public const string MULTICAST_UDPCAST = 'udpcast';
|
||||
public const string MULTICAST_UDPCAST_DIRECT = 'udp-direct';
|
||||
public const string MULTICAST_UDPCAST_DIRECT = 'udpcast-direct';
|
||||
public const string UNICAST = 'unicast';
|
||||
public const string UNICAST_DIRECT = 'unicast-direct';
|
||||
public const string TORRENT = 'p2p';
|
||||
|
|
Loading…
Reference in New Issue