|
@@ -648,7 +648,7 @@ static void tcp_v4_send_ack(struct tcp_timewait_sock *twsk,
|
|
TCPOLEN_TIMESTAMP);
|
|
TCPOLEN_TIMESTAMP);
|
|
rep.opt[1] = htonl(tcp_time_stamp);
|
|
rep.opt[1] = htonl(tcp_time_stamp);
|
|
rep.opt[2] = htonl(ts);
|
|
rep.opt[2] = htonl(ts);
|
|
- arg.iov[0].iov_len = TCPOLEN_TSTAMP_ALIGNED;
|
|
|
|
|
|
+ arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED;
|
|
}
|
|
}
|
|
|
|
|
|
/* Swap the send and the receive. */
|
|
/* Swap the send and the receive. */
|