Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tipc: eliminate unnecessary skb expansion during retransmission
We increase the allocated headroom for the buffer copies to be retransmitted. This eliminates the need for the lower stack levels (UDP/IP/L2) to expand the headroom in order to add their own headers. Signed-off-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information