Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp: ipv4: initialize unicast_sock sk_pacing_rate
When I added sk_pacing_rate field, I forgot to initialize its value in the per cpu unicast_sock used in ip_send_unicast_reply() This means that for sch_fq users, RST packets, or ACK packets sent on behalf of TIME_WAIT sockets might be sent to slowly or even dropped once we reach the per flow limit. Signed-off-by: Eric Dumazet <[email protected]> Fixes: 95bd09e ("tcp: TSO packets automatic sizing") Signed-off-by: David S. Miller <[email protected]>
- Loading branch information