Kill previous commit as it isn't necessary.
This commit is contained in:
parent
6a1c735df7
commit
8eea120788
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)tcp_output.c 8.3 (Berkeley) 12/30/93
|
||||
* $Id: tcp_output.c,v 1.4 1995/01/23 17:58:27 davidg Exp $
|
||||
* $Id: tcp_output.c,v 1.5 1995/01/24 08:03:22 davidg Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -157,11 +157,6 @@ tcp_output(tp)
|
||||
}
|
||||
}
|
||||
if (len > tp->t_maxseg) {
|
||||
/*
|
||||
* If there is still more to send, don't close the connection.
|
||||
*/
|
||||
flags &= ~TH_FIN;
|
||||
|
||||
len = tp->t_maxseg;
|
||||
sendalot = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user