Update copyright per JBH's suggestions.. thanks.

This commit is contained in:
Randall Stewart 2019-07-11 04:38:33 +00:00
parent 9ac516a6f1
commit 9cf3c235c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349907

View File

@ -1,5 +1,5 @@
/*-
* Copyright (c) 2016
* Copyright (c) 2016-2019
* Netflix Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -8537,10 +8537,10 @@ rack_output(struct tcpcb *tp)
* retransmit. In persist state, just set snd_max.
*/
if (error == 0) {
/* if (TCPS_HAVEESTABLISHED(tp->t_state) &&
if (TCPS_HAVEESTABLISHED(tp->t_state) &&
(tp->t_flags & TF_SACK_PERMIT) &&
tp->rcv_numsacks > 0)
tcp_clean_dsack_blocks(tp);*/
tcp_clean_dsack_blocks(tp);
if (len == 0)
counter_u64_add(rack_out_size[TCP_MSS_ACCT_SNDACK], 1);
else if (len == 1) {