| 424 | } |
| 425 | |
| 426 | NetworkAddress randomRemote() { return remotes[nondeterministicRandom()->randomInt(0, remotes.size())]; } |
| 427 | |
| 428 | ACTOR static Future<Standalone<StringRef>> readMsg(P2PNetworkTest* self, Reference<IConnection> conn) { |
| 429 | state Standalone<StringRef> buffer = makeString(sizeof(int)); |
no test coverage detected