Index: net/base/tcp_listen_socket_unittest.h |
=================================================================== |
--- net/base/tcp_listen_socket_unittest.h (revision 135347) |
+++ net/base/tcp_listen_socket_unittest.h (working copy) |
@@ -91,6 +91,8 @@ |
void TestClientSendLong(); |
// verify a send/read from server to client |
void TestServerSend(); |
+ // verify multiple sends and reads from server to client. |
+ void TestServerSendMultiple(); |
virtual bool Send(SOCKET sock, const std::string& str); |