| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 688fef021cdcb8b898407ca2e24e8a030a580397..5568b1efa6b2837eeb0b12c6cd41516d8a4ae755 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -181,6 +181,10 @@ class QuicClient : public EpollCallbackInterface,
|
| private:
|
| friend class net::tools::test::QuicClientPeer;
|
|
|
| + // Used during initialization: creates the UDP socket FD, sets socket options,
|
| + // and binds the socket to our address.
|
| + bool CreateUDPSocket();
|
| +
|
| // Read a UDP packet and hand it to the framer.
|
| bool ReadAndProcessPacket();
|
|
|
|
|