Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / tools / quic / test_tools / server_thread.h
index c2c4c61..9473784 100644 (file)
@@ -20,7 +20,8 @@ class ServerThread : public base::SimpleThread {
   ServerThread(IPEndPoint address,
                const QuicConfig& config,
                const QuicVersionVector& supported_versions,
-               bool strike_register_no_startup_period);
+               bool strike_register_no_startup_period,
+               uint32 server_initial_flow_control_receive_window);
 
   virtual ~ServerThread();