Skip to content
Commit ba244fe9 authored by David S. Miller's avatar David S. Miller
Browse files

[TCP]: Fix tcp_tso_should_defer() when limit>=65536



That's >= a full sized TSO frame, so we should always
return 0 in that case.

Based upon a report and initial patch from Lachlan
Andrew, final patch suggested by Herbert Xu.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c1274376
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment