| Index: net/tools/quic/quic_time_wait_list_manager.cc
|
| diff --git a/net/tools/quic/quic_time_wait_list_manager.cc b/net/tools/quic/quic_time_wait_list_manager.cc
|
| index 4fa077f76967c909df32e322608b7263909f0dcf..b711fbc02a229c67ca76f2a90d8d0eb150890619 100644
|
| --- a/net/tools/quic/quic_time_wait_list_manager.cc
|
| +++ b/net/tools/quic/quic_time_wait_list_manager.cc
|
| @@ -206,7 +206,6 @@ void QuicTimeWaitListManager::SendPublicReset(
|
| packet.public_header.connection_id = connection_id;
|
| packet.public_header.reset_flag = true;
|
| packet.public_header.version_flag = false;
|
| - packet.rejected_packet_number = rejected_packet_number;
|
| // TODO(satyamshekhar): generate a valid nonce for this connection_id.
|
| packet.nonce_proof = 1010101;
|
| packet.client_address = client_address;
|
|
|