View | Details | Raw Unified | Return to bug 2165
Collapse All | Expand All

(-)i/src/internet/model/tcp-socket-base.cc (-1 / +2 lines)
 Lines 3102-3110   TcpSocketBase::ReadOptions (const TcpHeader& header) Link Here 
3102
        }
3102
        }
3103
    }
3103
    }
3104
3104
3105
  bool timestampAttribute = m_timestampEnabled;
3105
  m_timestampEnabled = false;
3106
  m_timestampEnabled = false;
3106
3107
3107
  if (header.HasOption (TcpOption::TS))
3108
  if (header.HasOption (TcpOption::TS) && timestampAttribute)
3108
    {
3109
    {
3109
      m_timestampEnabled = true;
3110
      m_timestampEnabled = true;
3110
      ProcessOptionTimestamp (header.GetOption (TcpOption::TS));
3111
      ProcessOptionTimestamp (header.GetOption (TcpOption::TS));

Return to bug 2165