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

(-)a/src/internet/model/tcp-socket-base.cc (+6 lines)
 Lines 1929-1934    Link Here 
1929
  uint8_t flags = withAck ? TcpHeader::ACK : 0;
1929
  uint8_t flags = withAck ? TcpHeader::ACK : 0;
1930
  uint32_t remainingData = m_txBuffer->SizeFromSequence (seq + SequenceNumber32 (sz));
1930
  uint32_t remainingData = m_txBuffer->SizeFromSequence (seq + SequenceNumber32 (sz));
1931
1931
1932
  if (withAck)
1933
    {
1934
      m_delAckEvent.Cancel ();
1935
      m_delAckCount = 0;
1936
    }
1937
1932
  /*
1938
  /*
1933
   * Add tags for each socket option.
1939
   * Add tags for each socket option.
1934
   * Note that currently the socket adds both IPv4 tag and IPv6 tag
1940
   * Note that currently the socket adds both IPv4 tag and IPv6 tag

Return to bug 1734