|
@@ -2239,6 +2239,7 @@ static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
|
|
|
|
|
|
sent_pkts = 0;
|
|
|
|
|
|
+ tcp_mstamp_refresh(tp);
|
|
|
if (!push_one) {
|
|
|
/* Do MTU probing. */
|
|
|
result = tcp_mtu_probe(sk);
|
|
@@ -2250,7 +2251,6 @@ static bool tcp_write_xmit(struct sock *sk, unsigned int mss_now, int nonagle,
|
|
|
}
|
|
|
|
|
|
max_segs = tcp_tso_segs(sk, mss_now);
|
|
|
- tcp_mstamp_refresh(tp);
|
|
|
while ((skb = tcp_send_head(sk))) {
|
|
|
unsigned int limit;
|
|
|
|