[TCP]: tcp_send_skb code pruning
The function tcp_send_skb is only called from tcp_fin, and is always called with force_queue=1. Therefore, it no longer needs to be global and the code to send right now can be removed. Because it always queues, change the name as well, and fix up the comment.
Showing
Please register or sign in to comment