Searched defs:client2 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dvirtualsocket_unittest.cc176 // Create client2 bound to the default route.
182 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2)); local
184 // Client1 sends to client2, client2 should see the default route as
188 EXPECT_TRUE(client2->CheckNextPacket("bizbaz", 6, &client1_addr));
193 EXPECT_EQ(3, client2->SendTo("foo", 3, client1_addr));
208 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2)); local
211 EXPECT_EQ(3, client2->SendTo("foo", 3, server_addr));
216 EXPECT_TRUE(client2->CheckNextPacket("bizbaz", 6, &client1_addr));
221 client2
800 TestClient* client2 = new TestClient(new AsyncUDPSocket(socket2)); local
[all...]

Completed in 150 milliseconds