-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add *Node argument to connect and reconnect function
Signed-off-by: bill fort <[email protected]>
- Loading branch information
1 parent
ad192f3
commit ff43714
Showing
7 changed files
with
332 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package tests | ||
|
||
const ( | ||
numMsgs = 100 | ||
numClients = 4 | ||
numExitMsgs = 10 | ||
exitMsg = "exit" | ||
recvMsgTimeout = 10000 // milli-second | ||
|
||
listenerId = "Bob" | ||
dialerId = "Alice" | ||
seedHex = "e68e046d13dd911594576ba0f4a196e9666790dc492071ad9ea5972c0b940435" | ||
listenerAddr = "Bob.be285ff9330122cea44487a9618f96603fde6d37d5909ae1c271616772c349fe" | ||
dialerAddr = "Alice.be285ff9330122cea44487a9618f96603fde6d37d5909ae1c271616772c349fe" | ||
) |
Oops, something went wrong.