Property | Type | Description | |
---|---|---|---|
SentByteCount | System.Numerics.BigInteger | ||
SentMessageCount | System.Numerics.BigInteger | ||
idGen | int |
Method | Description | |
---|---|---|
Broadcast ( int fromId, ulong protocolId, |
||
FakeMulticast ( int idCount, int bytes ) : void | ||
FakeSend ( int bytes ) : void | ||
GetParty ( int id ) : |
||
Init ( int seed ) : void | ||
Loopback ( int id, ulong protocolId, |
||
Multicast ( int fromId, ulong protocolId, IEnumerable |
||
RegisterParty ( |
||
Reset ( ) : void | ||
Run ( ) : void | ||
Send ( int fromId, int toId, ulong protocolId, |
||
Send ( int fromId, ulong protocolId, ICollection |
||
Send ( int fromId, ulong protocolId, ICollection |
Sends the i-th message to the i-th party.
|
public static Broadcast ( int fromId, ulong protocolId, |
||
fromId | int | |
protocolId | ulong | |
msg | ||
delay | int | |
return | void |
public static FakeMulticast ( int idCount, int bytes ) : void | ||
idCount | int | |
bytes | int | |
return | void |
public static Loopback ( int id, ulong protocolId, |
||
id | int | |
protocolId | ulong | |
msg | ||
return | void |
public static Multicast ( int fromId, ulong protocolId, IEnumerable |
||
fromId | int | |
protocolId | ulong | |
toIds | IEnumerable |
|
msg | ||
delay | int | |
return | void |
public static RegisterParty ( |
||
p | ||
return | void |
public static Send ( int fromId, int toId, ulong protocolId, |
||
fromId | int | |
toId | int | |
protocolId | ulong | |
msg | ||
delay | int | |
return | void |
public static Send ( int fromId, ulong protocolId, ICollection |
||
fromId | int | |
protocolId | ulong | |
msgs | ICollection |
|
recipients | ICollection |
|
delay | int | |
return | void |
public static Send ( int fromId, ulong protocolId, ICollection |
||
fromId | int | |
protocolId | ulong | |
msgs | ICollection |
|
delay | int | |
return | void |
public static BigInteger,System.Numerics SentByteCount | ||
return | System.Numerics.BigInteger |
public static BigInteger,System.Numerics SentMessageCount | ||
return | System.Numerics.BigInteger |