Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 1995 14:19:52 -0800
From:      Andras Olah <olah>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/netinet tcp_timer.c
Message-ID:  <199511032219.OAA09081@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
olah        95/11/03 14:19:52

  Modified:    sys/netinet  tcp_timer.c
  Log:
  Setting the TF_ACKNOW flag was redundant in the REXMT timeout because
  tcp_output() checks for the condition snd_nxt == snd_una.
  
  Reviewed by:	davidg, wollman, olah
  Suggested by:	Richard Stevens



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511032219.OAA09081>